1
0
Fork 1
mirror of https://example.com synced 2024-11-22 12:56:39 +09:00

chore: format

This commit is contained in:
naskya 2023-07-20 11:45:34 +00:00
parent 5b0dd48b45
commit 544e9724e6
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -244,7 +244,9 @@ const openAccountMenu = (ev: MouseEvent) => {
};
const useReloadButton = defaultStore.state.replaceWidgetsButtonWithReloadButton;
const reload = () => { window.location.reload(); }
const reload = () => {
window.location.reload();
};
const buttonAnimIndex = ref(0);
const drawerMenuShowing = ref(false);