mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 09:47:36 +00:00
Ensure initNetworkConfigured called immediately on Tails/Whonix
This commit is contained in:
parent
050d04bf54
commit
718e2c4a63
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ WindowManager::WindowManager() {
|
|||
|
||||
this->initSkins();
|
||||
|
||||
if (!config()->get(Config::firstRun).toBool()) {
|
||||
if (!config()->get(Config::firstRun).toBool() || TailsOS::detect() || WhonixOS::detect()) {
|
||||
this->onInitialNetworkConfigured();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue