]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Prestium: hide update notifications by default
authortobtoht <tob@featherwallet.org>
Tue, 14 Mar 2023 17:02:56 +0000 (18:02 +0100)
committertobtoht <tob@featherwallet.org>
Tue, 14 Mar 2023 17:02:56 +0000 (18:02 +0100)
src/main.cpp

index 1f5c934592d70647fd170581a1e04b4b597bb7b2..bd833438d367ba89c88c469404d0d9d466adc7b9 100644 (file)
@@ -191,6 +191,7 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) {
     if (config()->get(Config::firstRun).toBool() && Prestium::detect()) {
         config()->set(Config::proxy, Config::Proxy::i2p);
         config()->set(Config::socks5Port, Prestium::i2pPort());
+        config()->set(Config::hideUpdateNotifications, true);
     }
 
     if (parser.isSet("use-local-tor"))