Interface conversion, search bar layout

This commit is contained in:
Geomitron
2023-12-09 18:21:01 -06:00
parent d689843f27
commit ece0f75b99
37 changed files with 1531 additions and 760 deletions

View File

@@ -19,9 +19,6 @@ function getListenerAdder<K extends keyof IpcFromMainEmitEvents>(key: K) {
const electronApi: ContextBridgeApi = {
invoke: {
getSettings: getInvoker('getSettings'),
songSearch: getInvoker('songSearch'),
getSongDetails: getInvoker('getSongDetails'),
getBatchSongDetails: getInvoker('getBatchSongDetails'),
getCurrentVersion: getInvoker('getCurrentVersion'),
getUpdateAvailable: getInvoker('getUpdateAvailable'),
isMaximized: getInvoker('isMaximized'),