Skip to content

Commit 3ee3ea5

Browse files
authored
Add homepage URL to extension.json (#99)
Due to a crash when opening the extension from the gallery: [18:12:45.4391623] [Error] GlobalErrorHandler.cs::HandleException::69 System.ArgumentException: De parameter is onjuist. at ExtensionGalleryItemPage_obj1_Bindings.Update_ViewModel_Homepage(String, Int32) Fix: adding missing `homepage` field to extension.json causes CmdPal to crash when opening the Game Library Dock entry in the gallery. **Root cause:** `ExtensionGalleryItemPage` binds `Homepage` to a UI element that expects a non-null string. The missing field causes an `ArgumentException` on page load. **Fix:** Added `"homepage": "https://github.com/ScymicX/Steam-Dock-Extension"` to `extensions/denniezorg/game-library-dock/extension.json`.
1 parent 09d647f commit 3ee3ea5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/denniezorg/game-library-dock/extension.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"url": "https://github.com/ScymicX"
1010
},
1111
"icon": "icon.png",
12+
"homepage": "https://github.com/ScymicX/Steam-Dock-Extension",
1213
"tags": [
1314
"gaming",
1415
"friends",
@@ -26,4 +27,4 @@
2627
"id": "9MX24LVV6P2D"
2728
}
2829
]
29-
}
30+
}

0 commit comments

Comments
 (0)