config: cleanup
authortobtoht <tob@featherwallet.org>
Mon, 11 Aug 2025 13:03:32 +0000 (15:03 +0200)
committertobtoht <tob@featherwallet.org>
Mon, 11 Aug 2025 13:03:32 +0000 (15:03 +0200)
src/utils/config.cpp
src/utils/config.h

index 77eec2bef7d266b4a67f499a530348c6bd78c686..dfae745b323ad7fe960a0023286b089f2e4380fd 100644 (file)
@@ -27,7 +27,7 @@ static const QHash<Config::ConfigKey, ConfigDirective> configStrings = {
         {Config::warnOnKiImport,{QS("warnOnKiImport"), true}},
         {Config::logLevel,{QS("logLevel"), 0}},
 
-        {Config::homeWidget,{QS("homeWidget"), "ccs"}},
+        {Config::homeWidget,{QS("homeWidget"), "revuo"}},
         {Config::donateBeg,{QS("donateBeg"), 1}},
         {Config::showHistorySyncNotice, {QS("showHistorySyncNotice"), true}},
 
@@ -99,7 +99,6 @@ static const QHash<Config::ConfigKey, ConfigDirective> configStrings = {
                                                                     "http://blkchairbknpn73cfjhevhla7rkp4ed5gg2knctvv7it4lioy22defid.onion/monero/transaction/%txid%",
                                                                     "http://127.0.0.1:31312/tx?id=%txid%"}}},
         {Config::blockExplorer,{QS("blockExplorer"), "https://xmrchain.net/tx/%txid%"}},
-        {Config::bountiesFrontend, {QS("bountiesFrontend"), "https://bounties.monero.social"}},
         {Config::lastPath, {QS("lastPath"), QDir::homePath()}},
 
         {Config::URmsPerFragment, {QS("URmsPerFragment"), 80}},
@@ -124,7 +123,7 @@ static const QHash<Config::ConfigKey, ConfigDirective> configStrings = {
         {Config::useLocalTor, {QS("useLocalTor"), false}},
         {Config::initSyncThreshold, {QS("initSyncThreshold"), 360}},
 
-        {Config::enabledPlugins, {QS("enabledPlugins"), QStringList{"tickers", "crowdfunding", "bounties", "revuo", "calc"}}},
+        {Config::enabledPlugins, {QS("enabledPlugins"), QStringList{"tickers", "revuo", "calc"}}},
         {Config::restartRequired, {QS("restartRequired"), false}},
 
         {Config::tickers, {QS("tickers"), QStringList{"XMR", "BTC", "XMR/BTC"}}},
index 998254b5b4c21cb01b27ee7f22a9311e2154bdea..04d9d7590c7ccf7b4155d5b886fa541771c97eb0 100644 (file)
@@ -119,7 +119,6 @@ public:
         // Misc
         blockExplorers,
         blockExplorer,
-        bountiesFrontend, // unused
         lastPath,
         
         // UR