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:
parent
60f0a3a015
commit
1632b3eb82
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user