[update] v1.3リリースのため、SCROLLABLE_DROPDOWN = Falseに変更

This commit is contained in:
misygauziya
2023-07-21 01:33:50 +09:00
parent c3d9a66fda
commit 60ce296289

View File

@@ -14,7 +14,7 @@ from languages import translation_lang, transcription_lang, selectable_languages
from ctk_scrollable_dropdown import CTkScrollableDropdown
SCROLLABLE_DROPDOWN = True
SCROLLABLE_DROPDOWN = False
class ToplevelWindowConfig(CTkToplevel):