mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
show battery level
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -874,4 +874,9 @@ abstract class Pref {
|
||||
static String? get downloadPath => _setting.get(SettingBoxKey.downloadPath);
|
||||
|
||||
static String? get liveCdnUrl => _setting.get(SettingBoxKey.liveCdnUrl);
|
||||
|
||||
static bool get showBatteryLevel => _setting.get(
|
||||
SettingBoxKey.showBatteryLevel,
|
||||
defaultValue: Utils.isMobile,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user