From: tobtoht Date: Tue, 14 Mar 2023 17:02:56 +0000 (+0100) Subject: Prestium: hide update notifications by default X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=cee65f7b7129d462896ef3d6660306fb535ce904;p=gamesguru%2Ffeather.git Prestium: hide update notifications by default --- diff --git a/src/main.cpp b/src/main.cpp index 1f5c9345..bd833438 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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"))