2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

fix: Settings URL for production

This commit is contained in:
Faris Ansari 2019-12-03 23:59:17 +05:30
parent 60f0a3a015
commit 1632b3eb82

View File

@ -62,7 +62,7 @@ function createSettingsWindow(tab = 'General') {
}
});
settingsWindow.loadURL(`${winURL}/#/settings/${tab}`);
settingsWindow.loadURL(`${winURL}#/settings/${tab}`);
}
ipcMain.on('open-settings-window', (event, tab) => {