From 7453b40cb1d6e470915e5843254090c41b80b7d9 Mon Sep 17 00:00:00 2001 From: thmichel Date: Mon, 13 Oct 2025 15:53:55 +0200 Subject: [PATCH] Corrected settings --- source/Settings.mc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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");