1
0

merge: develop

This commit is contained in:
Mar0xy
2023-11-04 21:52:12 +01:00
134 changed files with 282 additions and 282 deletions
@@ -51,7 +51,7 @@ function onContextmenu(ev) {
os.pageWindow(props.to);
},
}, {
icon: 'ph-eject ph-bold pg-lg',
icon: 'ph-eject ph-bold ph-lg',
text: i18n.ts.showInPage,
action: () => {
router.push(props.to, 'forcePage');
@@ -92,12 +92,12 @@ export const SomeTabs = {
{
key: 'fairy',
title: 'Fairy',
icon: 'ph-snowflake ph-bold pg-lg',
icon: 'ph-snowflake ph-bold ph-lg',
},
{
key: 'angel',
title: 'Angel',
icon: 'ph-feather ph-bold pg-lg',
icon: 'ph-feather ph-bold ph-lg',
},
],
},