Comment connectionsControl for now

This commit is contained in:
lateminer
2018-10-17 22:29:26 +03:00
parent 6c6ed197af
commit b6a9d6dba7

View File

@@ -533,7 +533,9 @@ void BitcoinGUI::setClientModel(ClientModel *clientModel)
walletFrame->setClientModel(nullptr);
#endif // ENABLE_WALLET
unitDisplayControl->setOptionsModel(nullptr);
connectionsControl->setClientModel(nullptr);
// TODO: FIX
// connectionsControl->setClientModel(nullptr);
}
}