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…
Reference in New Issue