Skip to content

Commit f226de0

Browse files
committed
Merge bitcoin#568: [Qt] Connect automint icon to the UI automint setting change
28466e2 [Qt] connect automint icon to the UI automint setting change (warrows) Tree-SHA512: 1107b842a0d0a9a7044922a6c997b05fb030dc5e6014217f09e6b769ad685bd5b7bdc32699eb2b6514259d719bdef8bc89b2fe1dd5b59beb0c64185a00783501
2 parents 84f4385 + 28466e2 commit f226de0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ void BitcoinGUI::setClientModel(ClientModel* clientModel)
626626
}
627627
#endif // ENABLE_WALLET
628628
unitDisplayControl->setOptionsModel(clientModel->getOptionsModel());
629+
connect(clientModel->getOptionsModel(), SIGNAL(zeromintEnableChanged(bool)), this, SLOT(setAutoMintStatus()));
629630

630631
//Show trayIcon
631632
if (trayIcon)

0 commit comments

Comments
 (0)