mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Ensure appData exists before WS startup
This commit is contained in:
parent
e4f1e703d8
commit
f13b1227ee
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ void WindowManager::buildTrayMenu() {
|
|||
void WindowManager::onInitialNetworkConfigured() {
|
||||
if (!m_initialNetworkConfigured) {
|
||||
m_initialNetworkConfigured = true;
|
||||
appData();
|
||||
this->initTor();
|
||||
this->initWS();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue