mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fallback, .10
This commit is contained in:
parent
ce5a0c8c98
commit
d5a9d8041c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "12.119.0-calc.9.1",
|
||||
"version": "12.119.0-calc.10",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -138,7 +138,7 @@ mainRouter.on('change', () => {
|
||||
console.log(routerState);
|
||||
const bottomButtons = ['index', 'notifications', 'messaging'];
|
||||
bottomButtons.forEach(i => {
|
||||
if (routerState?.includes(i)) {
|
||||
if (routerState?.includes(i) || window.location.href.includes(i)) {
|
||||
buttonAnimIndex.value = bottomButtons.findIndex(j => j.includes(i));
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user