mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
updated the function key to switch off after use
This commit is contained in:
@@ -20,7 +20,6 @@ class Actions(object):
|
||||
is_file, name = self.data.browser_data.extract_file_type_and_name_from_browser_format(
|
||||
self.data.return_browser_list()[self.display.selected_list_index]['name'])
|
||||
if is_file:
|
||||
print('name: {}'.format(name))
|
||||
is_successful = self.data.create_new_slot_mapping_in_first_open(name, self.display.bank_number)
|
||||
if not is_successful:
|
||||
self.message_handler.set_message('INFO', 'current bank is full')
|
||||
|
||||
Reference in New Issue
Block a user