mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-09 20:39:58 +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() {
|
void WindowManager::onInitialNetworkConfigured() {
|
||||||
if (!m_initialNetworkConfigured) {
|
if (!m_initialNetworkConfigured) {
|
||||||
m_initialNetworkConfigured = true;
|
m_initialNetworkConfigured = true;
|
||||||
|
appData();
|
||||||
this->initTor();
|
this->initTor();
|
||||||
this->initWS();
|
this->initWS();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue