Commit 3ee3ea5
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
0 commit comments