mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
qt: Do not show unused widgets at startup
When starting without wallets the labelWalletEncryptionIcon and labelWalletHDStatusIcon widgets are not required.
This commit is contained in:
parent
8d83f9c1d1
commit
489060dcaf
1 changed files with 2 additions and 0 deletions
|
@ -171,7 +171,9 @@ BitcoinGUI::BitcoinGUI(interfaces::Node& node, const PlatformStyle *_platformSty
|
|||
frameBlocksLayout->addWidget(unitDisplayControl);
|
||||
frameBlocksLayout->addStretch();
|
||||
frameBlocksLayout->addWidget(labelWalletEncryptionIcon);
|
||||
labelWalletEncryptionIcon->hide();
|
||||
frameBlocksLayout->addWidget(labelWalletHDStatusIcon);
|
||||
labelWalletHDStatusIcon->hide();
|
||||
}
|
||||
frameBlocksLayout->addWidget(labelProxyIcon);
|
||||
frameBlocksLayout->addStretch();
|
||||
|
|
Loading…
Add table
Reference in a new issue