mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-05 03:18:29 +00:00
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:
@ -93,7 +93,7 @@ class Settings {
|
|||||||
static function getConfigUrl() as Lang.String {
|
static function getConfigUrl() as Lang.String {
|
||||||
return mConfigUrl;
|
return mConfigUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
static function getAppTimeout() as Lang.Number {
|
static function getAppTimeout() as Lang.Number {
|
||||||
return mAppTimeout * 1000; // Convert to milliseconds
|
return mAppTimeout * 1000; // Convert to milliseconds
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user