fix user options by making loader recursive (#318)

This commit is contained in:
end-4
2024-03-12 15:44:54 +07:00
parent 0fd23f69f0
commit f3d235c9a3
2 changed files with 12 additions and 11 deletions
-5
View File
@@ -5,12 +5,7 @@ const userConfigOptions = {
// Here's an example
'keybinds': {
'sidebar': {
'apis': {
'nextTab': "Page_Down",
'prevTab': "Page_Up",
},
'pin': "Ctrl+p",
'cycleTab': "Ctrl+Tab",
'nextTab': "Ctrl+Page_Down",
'prevTab': "Ctrl+Page_Up",
},