mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +00:00
Merge pull request 'Ensure initNetworkConfigured called immediately on Tails/Whonix' (#361) from tobtoht/feather:beta-7-fixes-2 into master
Reviewed-on: https://git.featherwallet.org/feather/feather/pulls/361
This commit is contained in:
commit
e4f1e703d8
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