mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-11 07:52:50 -05:00
fix toast suppression
This commit is contained in:
@@ -561,6 +561,6 @@ Singleton {
|
||||
Timer {
|
||||
id: suppressToastTimer
|
||||
interval: 3000
|
||||
onTriggered: suppressConfigToast = false
|
||||
onTriggered: root.suppressConfigToast = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user