Turn off Widget debug mode

This commit is contained in:
Shane Smiskol
2026-03-07 05:08:58 -08:00
parent 4742bf0230
commit 7a5d8a813b

View File

@@ -16,7 +16,7 @@ except ImportError:
W = TypeVar('W', bound='Widget')
DEBUG = True
DEBUG = False
class DialogResult(IntEnum):