forked from naskya/firefish
chore: format
This commit is contained in:
parent
5b0dd48b45
commit
544e9724e6
1 changed files with 3 additions and 1 deletions
|
@ -244,7 +244,9 @@ const openAccountMenu = (ev: MouseEvent) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const useReloadButton = defaultStore.state.replaceWidgetsButtonWithReloadButton;
|
const useReloadButton = defaultStore.state.replaceWidgetsButtonWithReloadButton;
|
||||||
const reload = () => { window.location.reload(); }
|
const reload = () => {
|
||||||
|
window.location.reload();
|
||||||
|
};
|
||||||
|
|
||||||
const buttonAnimIndex = ref(0);
|
const buttonAnimIndex = ref(0);
|
||||||
const drawerMenuShowing = ref(false);
|
const drawerMenuShowing = ref(false);
|
||||||
|
|
Loading…
Reference in a new issue