Skip to content

Commit

Permalink
apps: reload legacy apps config at refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Aug 2, 2020
1 parent 42e5042 commit 38f80da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/appsupport.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ static int appNeedsUpdate(void)
if (oplShouldAppsUpdate())
update = 1;

if (update)
configApps = oplGetLegacyAppsConfig();

return update;
}

Expand Down

0 comments on commit 38f80da

Please sign in to comment.