1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 22:42:50 -05:00

Suppress niri toasts on theme changes

This commit is contained in:
bbedward
2025-09-22 14:50:35 -04:00
parent aa52b586d6
commit 62b7b30754
2 changed files with 14 additions and 4 deletions

View File

@@ -869,7 +869,7 @@ Singleton {
onExited: exitCode => {
if (exitCode === 0) {
if (typeof ToastService !== "undefined") {
if (typeof ToastService !== "undefined" && typeof NiriService !== "undefined" && !NiriService.matugenSuppression) {
ToastService.showInfo("GTK colors applied successfully")
}
} else {