Skip to content

Commit

Permalink
fixed switch visibility bonding
Browse files Browse the repository at this point in the history
  • Loading branch information
Bazzu85 committed Sep 27, 2023
1 parent 8ef578d commit b9e92fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/move_roms_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def apply_bindings():

global_variables.ui_move_roms_delete_empty_folders_switch.bind_value(global_variables.user_data.move_roms, 'delete_empty_folders')
global_variables.ui_move_roms_delete_empty_folders_switch.bind_enabled_from(globals(), 'enable_ui_elements')
global_variables.ui_move_roms_delete_empty_folders_switch.bind_visibility_from(globals(), 'show_preview')

def check_move_roms_choice():
global show_move_roms_to_subfolder_elements
Expand Down

0 comments on commit b9e92fd

Please sign in to comment.