Merge branch 'end-4:main' into new-i18n

This commit is contained in:
Zhineng Cao
2025-06-17 19:17:01 +08:00
committed by GitHub
10 changed files with 386 additions and 83 deletions
@@ -27,7 +27,7 @@ Singleton {
}
function handleFirstRun() {
Hyprland.dispatch(`exec '${Directories.wallpaperSwitchScriptPath}' '${root.defaultWallpaperPath}'`)
Hyprland.dispatch(`exec swww query | grep 'image' || '${Directories.wallpaperSwitchScriptPath}' '${root.defaultWallpaperPath}'`)
Hyprland.dispatch(`exec qs -p '${root.welcomeQmlPath}'`)
}
@@ -217,8 +217,10 @@ Singleton {
const action = notifServerNotif.actions.find((action) => action.identifier === notifIdentifier);
action.invoke()
}
// else console.log("Notification not found in server: " + id)
// root.discard(id);
else {
console.log("Notification not found in server: " + id)
root.discardNotification(id);
}
}
function triggerListChange() {