tray icon and open on login

This commit is contained in:
Boof2015
2026-08-15 21:20:48 -04:00
parent 6debfb8b34
commit 5236a92763
23 changed files with 1940 additions and 60 deletions
+5
View File
@@ -20,6 +20,7 @@
"test:themes": "node scripts/run-theme-library-tests.mjs",
"test:secret-vault": "node scripts/run-secret-vault-tests.mjs",
"test:window-state": "node scripts/run-window-state-tests.mjs",
"test:desktop-integration": "node scripts/run-desktop-integration-tests.mjs",
"test:renderer-helpers": "node scripts/run-renderer-helper-tests.mjs",
"test:spectrum-native": "node --test test/spectrum-native.test.mjs",
"test:tui": "node scripts/build/build-tui.cjs --test",
@@ -100,6 +101,10 @@
"from": "resources/icon.png",
"to": "icon.png"
},
{
"from": "resources/tray/",
"to": "tray/"
},
{
"from": "plugin/dist-installer/",
"to": "plugins/"