diff --git a/RA3MP3Playback.pyw b/RA3MP3Playback.pyw index a27f6bf..5aed971 100644 --- a/RA3MP3Playback.pyw +++ b/RA3MP3Playback.pyw @@ -723,9 +723,10 @@ def main(): menu_result_queue.put(result) # Run the menu in a separate thread - menu_thread = threading.Thread(target=run_menu) - menu_thread.start() - menu_thread.join() # Wait for menu to complete + #menu_thread = threading.Thread(target=run_menu) + #menu_thread.start() + #menu_thread.join() # Wait for menu to complete + run_menu() # Get the result from the queue choice = menu_result_queue.get()