mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Enhanced «About Iceshrimp» Icon #246
This commit is contained in:
parent
4a3f6afef6
commit
259f82f251
@ -178,7 +178,7 @@ function showMenu(ev) {
|
||||
},
|
||||
{
|
||||
text: i18n.ts.aboutIceshrimp,
|
||||
icon: "ph-info ph-bold ph-lg",
|
||||
icon: "ph-shrimp ph-bold ph-lg",
|
||||
action: () => {
|
||||
os.pageWindow("/about-iceshrimp");
|
||||
},
|
||||
|
@ -157,7 +157,7 @@ export default defineComponent({
|
||||
},
|
||||
{
|
||||
text: i18n.ts.aboutIceshrimp,
|
||||
icon: "ph-info ph-bold ph-lg",
|
||||
icon: "ph-shrimp ph-bold ph-lg",
|
||||
action: () => {
|
||||
os.pageWindow("/about-iceshrimp");
|
||||
},
|
||||
|
@ -183,7 +183,7 @@ export default defineComponent({
|
||||
},
|
||||
{
|
||||
text: i18n.ts.aboutIceshrimp,
|
||||
icon: "ph-info ph-bold ph-lg",
|
||||
icon: "ph-shrimp ph-bold ph-lg",
|
||||
action: () => {
|
||||
os.pageWindow("/about-iceshrimp");
|
||||
},
|
||||
|
@ -21,7 +21,7 @@ export function openHelpMenu_(ev: MouseEvent) {
|
||||
{
|
||||
type: "link",
|
||||
text: i18n.ts.aboutIceshrimp,
|
||||
icon: "ph-lightbulb ph-bold ph-lg",
|
||||
icon: "ph-shrimp ph-bold ph-lg",
|
||||
to: "/about-iceshrimp",
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user