Update Uptated-Prototype/PiperTTS-GUI-Test.py

This commit is contained in:
2025-12-13 13:23:07 -08:00
parent 1e219c0aa6
commit db353c2868

View File

@@ -320,7 +320,7 @@ GUI_Combobox_1_Label = Label(Prefrences_Frame, text="Language?")
GUI_Combobox_1 = ttk.Combobox(Prefrences_Frame, textvariable = mylist_String) GUI_Combobox_1 = ttk.Combobox(Prefrences_Frame, textvariable = mylist_String)
# #
GUI_Combobox_1["values"] = mylist GUI_Combobox_1["values"] = mylist
GUI_Combobox_1.bind("<<ComboboxSelected>>", labmbda event: print(mylist_String.get())) GUI_Combobox_1.bind("<<ComboboxSelected>>", lambda event: print(mylist_String.get()))
# #
GUI_Combobox_2_Label = Label(Prefrences_Frame, text="Voice?") GUI_Combobox_2_Label = Label(Prefrences_Frame, text="Voice?")
GUI_Combobox_2 = ttk.Combobox(Prefrences_Frame) GUI_Combobox_2 = ttk.Combobox(Prefrences_Frame)