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:
tobtoht 2021-05-27 02:51:42 +00:00
commit f92aaa861c

View file

@ -367,6 +367,7 @@ void WindowManager::buildTrayMenu() {
void WindowManager::onInitialNetworkConfigured() {
if (!m_initialNetworkConfigured) {
m_initialNetworkConfigured = true;
appData();
this->initTor();
this->initWS();
}