Only render first run setup message once if error or server not running

This commit is contained in:
Debanjum Singh Solanky
2024-04-07 21:48:21 +05:30
parent 3b630841bd
commit 913dcdfbcd
2 changed files with 23 additions and 27 deletions

View File

@@ -472,7 +472,8 @@ app.whenReady().then(() => {
});
ipcMain.handle('deleteAllFiles', deleteAllFiles);
createWindow()
createWindow();
app.setAboutPanelOptions({
applicationName: "Khoj",