Skip to content

Commit

Permalink
fixed: tag categories don't work normally after first start
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandum2077 committed Mar 25, 2020
1 parent 81dee1a commit 85fb756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async function init() {
constants.userConfig.closeTips();
checkLatestVersion();
await $wait(0.3);
controller.views.tagsView.reloadAll()
controller.loadFavorites();
await controller.loadBooru({ useUiLoading: false });
} else {
Expand Down

0 comments on commit 85fb756

Please sign in to comment.