mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-10 15:52:58 -04:00
desktop plugins: enable by default
This commit is contained in:
@@ -227,7 +227,7 @@ Singleton {
|
||||
};
|
||||
_updateAvailablePluginsList();
|
||||
pluginListUpdated();
|
||||
const enabled = SettingsData.getPluginSetting(manifest.id, "enabled", false);
|
||||
const enabled = info.type === "desktop" || SettingsData.getPluginSetting(manifest.id, "enabled", false);
|
||||
if (enabled && !info.loaded)
|
||||
loadPlugin(manifest.id);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user