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)
|
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