1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-07 22:18:30 -04:00

feat(settings): add option to suppress config reload toast (#2730) (#2915)

* feat(settings): add option to suppress config reload toast (#2730)

Add a toggle in Settings → Compositor Layout to disable the 'config reloaded' toast for Niri and MangoWC compositors. Session setting showConfigReloadToast defaults to true.

* chore: update settings search index for config reload toast

* refactor(settings): rename 'Compositor Notifications' to 'Compositor Toasts'

* fix(settings): reuse existing I18n.tr('Notifications') translation
This commit is contained in:
Huỳnh Thiện Lộc
2026-07-23 21:12:39 +07:00
committed by GitHub
parent 8188ced955
commit 5538913320
6 changed files with 69 additions and 3 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ var SPEC = {
niriOverviewLastMode: { def: "apps" },
settingsSidebarExpandedIds: { def: "," },
settingsSidebarCollapsedIds: { def: "," }
settingsSidebarCollapsedIds: { def: "," },
showConfigReloadToast: { def: true }
};
function getValidKeys() {