Enhanced «About Iceshrimp» Icon #246
This commit is contained in:
parent
4a3f6afef6
commit
259f82f251
4 changed files with 4 additions and 4 deletions
|
|
@ -178,7 +178,7 @@ function showMenu(ev) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: i18n.ts.aboutIceshrimp,
|
text: i18n.ts.aboutIceshrimp,
|
||||||
icon: "ph-info ph-bold ph-lg",
|
icon: "ph-shrimp ph-bold ph-lg",
|
||||||
action: () => {
|
action: () => {
|
||||||
os.pageWindow("/about-iceshrimp");
|
os.pageWindow("/about-iceshrimp");
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -157,7 +157,7 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: i18n.ts.aboutIceshrimp,
|
text: i18n.ts.aboutIceshrimp,
|
||||||
icon: "ph-info ph-bold ph-lg",
|
icon: "ph-shrimp ph-bold ph-lg",
|
||||||
action: () => {
|
action: () => {
|
||||||
os.pageWindow("/about-iceshrimp");
|
os.pageWindow("/about-iceshrimp");
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,7 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: i18n.ts.aboutIceshrimp,
|
text: i18n.ts.aboutIceshrimp,
|
||||||
icon: "ph-info ph-bold ph-lg",
|
icon: "ph-shrimp ph-bold ph-lg",
|
||||||
action: () => {
|
action: () => {
|
||||||
os.pageWindow("/about-iceshrimp");
|
os.pageWindow("/about-iceshrimp");
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ export function openHelpMenu_(ev: MouseEvent) {
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
text: i18n.ts.aboutIceshrimp,
|
text: i18n.ts.aboutIceshrimp,
|
||||||
icon: "ph-lightbulb ph-bold ph-lg",
|
icon: "ph-shrimp ph-bold ph-lg",
|
||||||
to: "/about-iceshrimp",
|
to: "/about-iceshrimp",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue