File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 "displayName" : " Controller Support" ,
44 "description" : " Enables individual game mapping of controller to keyboard inputs" ,
55 "author" : " Flashpoint Archive" ,
6- "version" : " 1.0.0 " ,
6+ "version" : " 1.0.1 " ,
77 "main" : " ./dist/extension.js" ,
88 "icon" : " icon.svg" ,
99 "artifactName" : " controller-support.zip" ,
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ export default function Initializer() {
88 useEffect ( ( ) => {
99 dispatch ( addGameSidebarComponent ( {
1010 section : 'bottom' ,
11- name : 'core_controller /ControllerSupport'
11+ name : 'controller_support /ControllerSupport'
1212 } ) ) ;
1313
1414 return ( ) => {
1515 dispatch ( removeGameSidebarComponent ( {
1616 section : 'bottom' ,
17- name : 'core_controller /ControllerSupport'
17+ name : 'controller_support /ControllerSupport'
1818 } ) ) ;
1919 } ;
2020 } , [ dispatch ] ) ;
You can’t perform that action at this time.
0 commit comments