mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Prestium: hide update notifications by default
This commit is contained in:
parent
e9f17f156b
commit
cee65f7b71
1 changed files with 1 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue