Corrected settings

This commit is contained in:
thmichel
2025-10-13 15:53:55 +02:00
parent 483603a44d
commit 7453b40cb1

View File

@@ -63,10 +63,10 @@ class Settings {
// //
static function update() { static function update() {
mIsApp = getApp().getIsApp(); mIsApp = getApp().getIsApp();
//mApiKey = Properties.getValue("api_key"); mApiKey = Properties.getValue("api_key");
mWebhookId = Properties.getValue("webhook_id"); mWebhookId = Properties.getValue("webhook_id");
//mApiUrl = Properties.getValue("api_url"); mApiUrl = Properties.getValue("api_url");
//mConfigUrl = Properties.getValue("config_url"); mConfigUrl = Properties.getValue("config_url");
mCacheConfig = Properties.getValue("cache_config"); mCacheConfig = Properties.getValue("cache_config");
mClearCache = Properties.getValue("clear_cache"); mClearCache = Properties.getValue("clear_cache");
mMenuCheck = Properties.getValue("enable_menu_update_check"); mMenuCheck = Properties.getValue("enable_menu_update_check");