Commit 119f1ff
authored
Fixed Radial Menu Crash (#795)
Updated `InputSettings.RadialMenuSettings` to properly initialize `radialActions` as a mutable ArrayList to prevent compilation errors and added missing import for `java.util.ArrayList` in InputSettings.java.
Tested on Steam Deck only and verified it works, unsure about other input methods. While this patch doesn't change device-specific functionality, I would still suggest testing it on other controllers.1 parent 4973cd7 commit 119f1ff
File tree
1 file changed
+3
-1
lines changed- src/main/java/dev/isxander/controlify/config/settings/profile
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
150 | | - | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
0 commit comments