mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Add database for library
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { IpcInvokeHandlers, IpcToMainEmitHandlers } from '../src-shared/interfaces/ipc.interface.js'
|
||||
import { download } from './ipc/DownloadHandler.ipc.js'
|
||||
import { scanIssues } from './ipc/issue-scan/IssueScanHandler.ipc.js'
|
||||
import { addChart, getChartsBySearchTerm, removeAllCharts, removeChart, removeCharts } from './ipc/LibraryHandler.ipc.js'
|
||||
import { getSettings, setSettings } from './ipc/SettingsHandler.ipc.js'
|
||||
import { downloadUpdate, getCurrentVersion, getUpdateAvailable, quitAndInstall, retryUpdate } from './ipc/UpdateHandler.ipc.js'
|
||||
import { getPlatform, getThemeColors, isMaximized, maximize, minimize, openUrl, quit, restore, showFile, showFolder, showOpenDialog, toggleDevTools } from './ipc/UtilHandlers.ipc.js'
|
||||
@@ -14,6 +15,10 @@ export function getIpcInvokeHandlers(): IpcInvokeHandlers {
|
||||
isMaximized,
|
||||
showOpenDialog,
|
||||
getThemeColors,
|
||||
addChart,
|
||||
removeChart,
|
||||
removeCharts,
|
||||
getChartsBySearchTerm,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,5 +38,6 @@ export function getIpcToMainEmitHandlers(): IpcToMainEmitHandlers {
|
||||
showFile,
|
||||
showFolder,
|
||||
scanIssues,
|
||||
removeAllCharts,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user