This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-76
lines changed
Expand file tree Collapse file tree 3 files changed +0
-76
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ noAuthentication=false
88# set to true to disable backups (e.g. because of limited space on server)
99noBackup =false
1010
11- # Disable automatically generating desktop icon
12- # noDesktopIcon=true
13-
1411[Network]
1512# host setting is relevant only for web deployments - set the host on which the server will listen
1613# host=0.0.0.0
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import electron from "electron";
44import electronDebug from "electron-debug" ;
55import electronDl from "electron-dl" ;
66import sqlInit from "./src/services/sql_init.js" ;
7- import appIconService from "./src/services/app_icon.js" ;
87import windowService from "./src/services/window.js" ;
98import tray from "./src/services/tray.js" ;
109
@@ -19,8 +18,6 @@ if ((await import("electron-squirrel-startup")).default) {
1918// Adds debug features like hotkeys for triggering dev tools and reload
2019electronDebug ( ) ;
2120
22- appIconService . installLocalAppIcon ( ) ;
23-
2421electronDl ( { saveAs : true } ) ;
2522
2623// needed for excalidraw export https://github.com/zadam/trilium/issues/4271
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments