Skip to content

Commit fcf4ec0

Browse files
committed
platformIcons: always show mobile fix
1 parent 8bf174b commit fcf4ec0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/platformIcons/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const patches: Patch[] = [
5252
prerequisite: alwaysShowMobile
5353
},
5454
{
55-
find: ')("useStatusFillColor")',
55+
find: ".STATUS_TYPING;switch",
5656
replace: [
5757
{
5858
match: /(?<=\.STATUS_TYPING;)(switch.+?default:)(if\(\i\)return \i\.\i\.Masks\.STATUS_ONLINE_MOBILE;)/,

src/platformIcons/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
33
"id": "platformIcons",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"meta": {
66
"name": "Platform Icons",
77
"tagline": "Shows what platform(s) a user is on",
88
"authors": ["Cynosphere"],
99
"tags": ["qol", "chat"],
1010
"source": "https://github.com/Cynosphere/moonlight-extensions",
1111
"donate": "https://ko-fi.com/Cynosphere",
12-
"changelog": "Fallback to nothing for platforms with no icon, add icon for VR"
12+
"changelog": "Fix \"Always show mobile on avatar\""
1313
},
1414
"dependencies": ["spacepack", "common", "componentEditor"],
1515
"settings": {

0 commit comments

Comments
 (0)