Improve auto-loop event emission and add ntfy notifications (#821)

This commit is contained in:
gsxdsm
2026-03-01 00:12:22 -08:00
committed by GitHub
parent 63b0a4fb38
commit 57bcb2802d
53 changed files with 4620 additions and 255 deletions

View File

@@ -53,10 +53,6 @@ if (isDev) {
// Must be set before app.whenReady() — has no effect on macOS/Windows.
if (process.platform === 'linux') {
app.commandLine.appendSwitch('ozone-platform-hint', 'auto');
// Link the running process to its .desktop file so GNOME/KDE uses the
// desktop entry's Icon for the taskbar instead of Electron's default.
// Must be called before any window is created.
app.setDesktopName('automaker.desktop');
}
// Register IPC handlers