Skip to content

Commit

Permalink
🐛 Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Jun 15, 2023
1 parent 0b1d6b6 commit a75450c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import os from 'os';

import { screen, BrowserWindow, ipcMain } from 'electron';
import { screen, BrowserWindow, ipcMain, shell } from 'electron';
import { Backend, getBackend } from './backends';

declare const MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY: string;
Expand Down

0 comments on commit a75450c

Please sign in to comment.