fix(ManageTokensController): Emit revision change after loading settings
This commit is contained in:
parent
70e885eb59
commit
021756fcd6
|
@ -218,10 +218,10 @@ void ManageTokensController::savingFinished()
|
||||||
for (auto model : m_allModels)
|
for (auto model : m_allModels)
|
||||||
model->setDirty(false);
|
model->setDirty(false);
|
||||||
|
|
||||||
incRevision();
|
|
||||||
|
|
||||||
setSettingsDirty(false);
|
setSettingsDirty(false);
|
||||||
emit requestLoadSettings();
|
emit requestLoadSettings();
|
||||||
|
|
||||||
|
incRevision();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ManageTokensController::loadingStarted()
|
void ManageTokensController::loadingStarted()
|
||||||
|
|
Loading…
Reference in New Issue