From 85fb7569861a4465508fbcecac829576760b13b6 Mon Sep 17 00:00:00 2001 From: Gandum2077 Date: Wed, 25 Mar 2020 19:09:34 +0800 Subject: [PATCH] fixed: tag categories don't work normally after first start --- scripts/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/app.js b/scripts/app.js index 36d8acb..6fe5b6b 100644 --- a/scripts/app.js +++ b/scripts/app.js @@ -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 {