Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Khraponov committed Dec 14, 2023
1 parent 5d8334a commit cf87eb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified OCBundle.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Sources/OCBundle/config/uberhand/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in_overlay = false
key_combo = ZL+ZR+DDOWN
show_ovl_versions = true
show_pack_versions = true
item_separator = false
show_separator = true
uberhand_updates_only = false
ovl_repo = https://raw.githubusercontent.com/i3sey/uUpdater-ovl-repo/main/main.ini
package_updater = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ json_mark_cur_ini '/switch/.packages/System Tweaks/Uberhand/json/boolen.json' na
set-ini-val '/config/uberhand/config.ini' uberhand show_pack_versions '{json_source(*,hex)}'
back

[*Hide Item Separator]
[*Show Item Separator]
catch_errors
json_mark_cur_ini '/switch/.packages/System Tweaks/Uberhand/json/boolen.json' name '/config/uberhand/config.ini' uberhand item_separator
set-ini-val '/config/uberhand/config.ini' uberhand item_separator '{json_source(*,hex)}'
json_mark_cur_ini '/switch/.packages/System Tweaks/Uberhand/json/boolen.json' name '/config/uberhand/config.ini' uberhand show_separator
set-ini-val '/config/uberhand/config.ini' uberhand show_separator '{json_source(*,hex)}'
back

0 comments on commit cf87eb8

Please sign in to comment.