Prestium: hide update notifications by default

This commit is contained in:
tobtoht 2023-03-14 18:02:56 +01:00
parent e9f17f156b
commit cee65f7b71
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View 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"))