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:
tobtoht 2021-05-27 01:59:23 +00:00
commit e4f1e703d8

View file

@ -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();
}