mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-19 18:45:15 +02:00
Move desktop screen capture into modules/screen-capture and align preload build paths and imports.
This commit is contained in:
parent
9cd4daa6b3
commit
d4caae6de9
9 changed files with 23 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { app, globalShortcut, Menu, nativeImage, Tray, type NativeImage } from 'electron';
|
||||
import path from 'path';
|
||||
import { runGeneralAssistShortcut } from './general-assist';
|
||||
import { runScreenshotAssistShortcut } from './screenshot-assist';
|
||||
import { runScreenshotAssistShortcut } from './screen-capture';
|
||||
import { showMainWindow } from './window';
|
||||
import { getShortcuts } from './shortcuts';
|
||||
import { trackEvent } from './analytics';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue