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