Merge pull request #47 from house-of-abbey/restyled/43-battery-reporting-stops-working-when-scrolling-trough-the-widget

Restyle Update Settings.mc
This commit is contained in:
Philip Abbey
2024-01-07 19:13:01 +00:00
committed by GitHub

View File

@ -93,7 +93,7 @@ class Settings {
static function getConfigUrl() as Lang.String {
return mConfigUrl;
}
static function getAppTimeout() as Lang.Number {
return mAppTimeout * 1000; // Convert to milliseconds
}