Removed context menu from Stop button

This commit is contained in:
MoonRide303 2023-10-16 13:18:15 +02:00
parent 4e1441c07e
commit 9cc2325891

View File

@ -156,7 +156,7 @@ let cancelGenerateForever = function() {
};
appendContextMenuOption('#generate_button', 'Generate forever', generateOnRepeatForButtons);
appendContextMenuOption('#stop_button', 'Generate forever', generateOnRepeatForButtons);
// appendContextMenuOption('#stop_button', 'Generate forever', generateOnRepeatForButtons);
// appendContextMenuOption('#stop_button', 'Cancel generate forever', cancelGenerateForever);
// appendContextMenuOption('#generate_button', 'Cancel generate forever', cancelGenerateForever);