New: Show previously installed version in Updates UI

Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
This commit is contained in:
Qstick 2021-01-24 23:33:54 -05:00
parent 635c3f6853
commit 24e0336f06
18 changed files with 317 additions and 10 deletions

View file

@ -187,6 +187,9 @@ export const reducers = createHandleActions({
};
if (state.version !== version) {
if (!state.prevVersion) {
newState.prevVersion = state.version;
}
newState.isUpdated = true;
}