mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 21:29:08 +00:00
Only render first run setup message once if error or server not running
This commit is contained in:
@@ -472,7 +472,8 @@ app.whenReady().then(() => {
|
||||
});
|
||||
ipcMain.handle('deleteAllFiles', deleteAllFiles);
|
||||
|
||||
createWindow()
|
||||
createWindow();
|
||||
|
||||
|
||||
app.setAboutPanelOptions({
|
||||
applicationName: "Khoj",
|
||||
|
||||
Reference in New Issue
Block a user