mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
11f2a2cb11
commit
288cab0840
@ -213,7 +213,6 @@ ipcMain.on('window-action', async (event, arg) => {
|
||||
mainWindow.webContents.reloadIgnoringCache();
|
||||
break;
|
||||
}
|
||||
mainWindow.setTitle(arg);
|
||||
});
|
||||
|
||||
ipcMain.handle('showOpenDialog', async (event, options) => {
|
||||
|
Loading…
Reference in New Issue
Block a user