1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-04 20:48:29 -04:00

cc: migrate some settings to cache

port 1.5

(cherry picked from commit e9bc0169f6)
This commit is contained in:
bbedward
2026-07-26 17:45:50 -04:00
committed by dms-ci[bot]
parent 906eba5c17
commit e15db00714
13 changed files with 119 additions and 42 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ Singleton {
if (!focusedScreen)
return "";
const pins = SettingsData.brightnessDevicePins || {};
const pins = CacheData.brightnessDevicePins || {};
const screenKey = SettingsData.getScreenDisplayName(focusedScreen);
if (!screenKey)
return "";