diff --git a/source/Settings.mc b/source/Settings.mc index 6c18e1c..4dc435e 100644 --- a/source/Settings.mc +++ b/source/Settings.mc @@ -63,10 +63,10 @@ class Settings { // static function update() { mIsApp = getApp().getIsApp(); - //mApiKey = Properties.getValue("api_key"); + mApiKey = Properties.getValue("api_key"); mWebhookId = Properties.getValue("webhook_id"); - //mApiUrl = Properties.getValue("api_url"); - //mConfigUrl = Properties.getValue("config_url"); + mApiUrl = Properties.getValue("api_url"); + mConfigUrl = Properties.getValue("config_url"); mCacheConfig = Properties.getValue("cache_config"); mClearCache = Properties.getValue("clear_cache"); mMenuCheck = Properties.getValue("enable_menu_update_check");