mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
fix
This commit is contained in:
@@ -213,7 +213,6 @@ ipcMain.on('window-action', async (event, arg) => {
|
||||
mainWindow.webContents.reloadIgnoringCache();
|
||||
break;
|
||||
}
|
||||
mainWindow.setTitle(arg);
|
||||
});
|
||||
|
||||
ipcMain.handle('showOpenDialog', async (event, options) => {
|
||||
|
||||
Reference in New Issue
Block a user