Skip to content

Commit c271b5a

Browse files
committed
removed option "Select All"
1 parent ea4e80e commit c271b5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

picklescan_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
INFECTED_FILES_DEF = f'{INFECTED_FILES} 0'
2323
DANGEROUS_GLOBALS_DEF = f'{DANGEROUS_GLOBALS} 0'
2424

25-
right_click_menu = ['', ['Copy', 'Paste', 'Cut','Select All', 'Clear']]
25+
right_click_menu = ['', ['Copy', 'Paste', 'Cut', 'Clear']]
2626

2727
def do_clipboard_operation(event, window, element):
2828
if event == 'Select All':

0 commit comments

Comments
 (0)