Skip to content

Commit

Permalink
+refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Keywos committed Mar 17, 2024
1 parent 7da9021 commit 6646778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.165",
"version": "2.14.166",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const setSimpleMode = (isSimpleMode: boolean) => {
};
const refresh = () => {
if (["/subs", "/sync"].includes(route.path)) {
if (["/subs", "/sync", "/files"].includes(route.path)) {
initStores(true, true, true);
} else {
window.location.reload();
Expand Down

0 comments on commit 6646778

Please sign in to comment.