mirror of
https://github.com/open-webui/assistant
synced 2025-05-31 18:49:39 +00:00
fix: disable dev tools
This commit is contained in:
parent
580aa0f6e7
commit
8ca3609864
@ -48,7 +48,7 @@ const createWindow = () => {
|
||||
}
|
||||
|
||||
// Open the DevTools.
|
||||
mainWindow.webContents.openDevTools();
|
||||
// mainWindow.webContents.openDevTools();
|
||||
};
|
||||
|
||||
const updateConfig = async (_config) => {
|
||||
|
Loading…
Reference in New Issue
Block a user