1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

better settings

This commit is contained in:
bbedward
2025-08-20 00:30:52 -04:00
parent b688bbfe83
commit 61c26f6c70
2 changed files with 32 additions and 25 deletions

View File

@@ -120,7 +120,6 @@ Singleton {
function fetchWeather() {
// Only fetch if someone is consuming the data and weather is enabled
if (root.refCount === 0 || !SettingsData.weatherEnabled) {
return
}