mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-27 07:55:39 +01:00
implement options model, show current options in options dialog
This commit is contained in:
@@ -256,6 +256,7 @@ void BitcoinGUI::receivingAddressesClicked()
|
||||
void BitcoinGUI::optionsClicked()
|
||||
{
|
||||
OptionsDialog dlg;
|
||||
dlg.setModel(model->getOptionsModel());
|
||||
dlg.exec();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user