mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
qt: Let OptionsDialog emit a signal if appearance gets changed
This commit is contained in:
parent
957be4813a
commit
3a8d9a4026
@ -160,6 +160,7 @@ OptionsDialog::OptionsDialog(QWidget *parent, bool enableWallet) :
|
||||
|
||||
connect(appearance, &AppearanceWidget::appearanceChanged, [=](){
|
||||
updateWidth();
|
||||
Q_EMIT appearanceChanged();
|
||||
});
|
||||
|
||||
updatePrivateSendVisibility();
|
||||
|
@ -67,6 +67,7 @@ private Q_SLOTS:
|
||||
void updateWidth();
|
||||
|
||||
Q_SIGNALS:
|
||||
void appearanceChanged();
|
||||
void proxyIpChecks(QValidatedLineEdit *pUiProxyIp, int nProxyPort);
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user