mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
qmlfmt with 4 space
This commit is contained in:
@@ -3,12 +3,12 @@ pragma Singleton
|
||||
|
||||
QtObject {
|
||||
id: modalManager
|
||||
|
||||
|
||||
signal closeAllModalsExcept(var excludedModal)
|
||||
|
||||
|
||||
function openModal(modal) {
|
||||
if (!modal.allowStacking) {
|
||||
closeAllModalsExcept(modal)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user