mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-09 20:39:58 +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()) {
|
if (config()->get(Config::firstRun).toBool() && Prestium::detect()) {
|
||||||
config()->set(Config::proxy, Config::Proxy::i2p);
|
config()->set(Config::proxy, Config::Proxy::i2p);
|
||||||
config()->set(Config::socks5Port, Prestium::i2pPort());
|
config()->set(Config::socks5Port, Prestium::i2pPort());
|
||||||
|
config()->set(Config::hideUpdateNotifications, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (parser.isSet("use-local-tor"))
|
if (parser.isSet("use-local-tor"))
|
||||||
|
|
Loading…
Reference in a new issue