mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
Implement user icon theme selection in settings
This commit is contained in:
@@ -593,10 +593,10 @@ Singleton {
|
||||
// Connect to transparency changes
|
||||
if (Prefs.popupTransparencyChanged)
|
||||
Prefs.popupTransparencyChanged.connect(function() {
|
||||
if (typeof Prefs !== "undefined" && Prefs.popupTransparency !== undefined)
|
||||
root.popupTransparency = Prefs.popupTransparency;
|
||||
if (typeof Prefs !== "undefined" && Prefs.popupTransparency !== undefined)
|
||||
root.popupTransparency = Prefs.popupTransparency;
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
}
|
||||
console.log("Theme initialized, waiting for Prefs to load settings and apply theme");
|
||||
|
||||
Reference in New Issue
Block a user