mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-24 11:35:52 +00:00
Merge pull request 'Ensure appData exists before WS startup' (#362) from tobtoht/feather:appdata into master
Reviewed-on: https://git.featherwallet.org/feather/feather/pulls/362
This commit is contained in:
commit
f92aaa861c
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