1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

fix: open settings (#868)

This commit is contained in:
mbpowers
2025-12-01 08:06:10 -06:00
committed by GitHub
parent 68adbc38ba
commit bcd9ece077

View File

@@ -301,7 +301,7 @@ DankPopout {
let settingsIndex = SettingsData.weatherEnabled ? 4 : 3; let settingsIndex = SettingsData.weatherEnabled ? 4 : 3;
if (index === settingsIndex) { if (index === settingsIndex) {
dashVisible = false; dashVisible = false;
settingsModal.show(); PopoutService.openSettings();
} }
} }
} }