mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Interface conversion, search bar layout
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import { IpcInvokeHandlers, IpcToMainEmitHandlers } from '../src-shared/interfaces/ipc.interface'
|
||||
import { getBatchSongDetails } from './ipc/browse/BatchSongDetailsHandler.ipc'
|
||||
import { songSearch } from './ipc/browse/SearchHandler.ipc'
|
||||
import { getSongDetails } from './ipc/browse/SongDetailsHandler.ipc'
|
||||
import { download } from './ipc/download/DownloadHandler'
|
||||
import { getSettings, setSettings } from './ipc/SettingsHandler.ipc'
|
||||
import { downloadUpdate, getCurrentVersion, getUpdateAvailable, quitAndInstall, retryUpdate } from './ipc/UpdateHandler.ipc'
|
||||
@@ -10,9 +7,6 @@ import { isMaximized, maximize, minimize, openUrl, quit, restore, showFile, show
|
||||
export function getIpcInvokeHandlers(): IpcInvokeHandlers {
|
||||
return {
|
||||
getSettings,
|
||||
songSearch,
|
||||
getSongDetails,
|
||||
getBatchSongDetails,
|
||||
getCurrentVersion,
|
||||
getUpdateAvailable,
|
||||
isMaximized,
|
||||
|
||||
Reference in New Issue
Block a user