update filemanager navigation

This commit is contained in:
Kenta420 2024-02-20 15:01:43 +07:00
parent 11dc6b2132
commit 92b11f7b9d
31 changed files with 363 additions and 305 deletions

View file

@ -11,7 +11,7 @@ export function AdbDaemon(_win: BrowserWindow | null, ipcMain: Electron.IpcMain)
await createConnection()
})
ipcMain.handle('adb:shell', async (event, command: string) => {
ipcMain.handle('adb:shell', async (_event, command: string) => {
if (!adb) {
return
}