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)
|
||||
model->setDirty(false);
|
||||
|
||||
incRevision();
|
||||
|
||||
setSettingsDirty(false);
|
||||
emit requestLoadSettings();
|
||||
|
||||
incRevision();
|
||||
}
|
||||
|
||||
void ManageTokensController::loadingStarted()
|
||||
|
|
Loading…
Reference in New Issue