Skip to content

Commit

Permalink
Fix enum imported via meta file
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 26, 2024
1 parent 8f6941d commit 694c276
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/models/DownloadManager.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { session, DownloadItem, ipcMain } from 'electron';
import path from 'node:path';
import fs from 'node:fs';
import { IPC_CHANNELS } from '../constants';
import { DownloadStatus, IPC_CHANNELS } from '../constants';
import log from 'electron-log/main';
import type { AppWindow } from '../main-process/appWindow';
import { DownloadStatus } from '../main_types';

export interface Download {
url: string;
Expand Down

0 comments on commit 694c276

Please sign in to comment.