mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
fix(ManageTokensController): Emit revision change after loading settings
This commit is contained in:
parent
98cacb2d4a
commit
f57864c46b
@ -218,10 +218,10 @@ void ManageTokensController::savingFinished()
|
||||
for (auto model : m_allModels)
|
||||
model->setDirty(false);
|
||||
|
||||
incRevision();
|
||||
|
||||
setSettingsDirty(false);
|
||||
emit requestLoadSettings();
|
||||
|
||||
incRevision();
|
||||
}
|
||||
|
||||
void ManageTokensController::loadingStarted()
|
||||
|
Loading…
x
Reference in New Issue
Block a user