mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-24 20:15:21 -04:00
fix: gate mango matugen and Cosmic config sync on active session
This commit is contained in:
@@ -414,6 +414,8 @@ Singleton {
|
||||
}
|
||||
|
||||
function reloadConfig(showToast, suppressWatch) {
|
||||
if (!CompositorService.isMango || !root.available)
|
||||
return;
|
||||
const shouldShowToast = showToast !== false;
|
||||
const shouldSuppressWatch = suppressWatch !== false;
|
||||
if (shouldSuppressWatch)
|
||||
|
||||
Reference in New Issue
Block a user