mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-16 21:53:07 +00:00
Improve auto-loop event emission and add ntfy notifications (#821)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user