[~] str(text)

This commit is contained in:
Maxim Khomutov 2025-03-23 03:45:05 +03:00
parent 311fcf3595
commit 782e736811

View File

@ -66,7 +66,7 @@ class CTkMessageBox(ctk.CTkToplevel):
self._running: bool = False
self._header = header
self._mode = mode
self._text = text
self._text = str(text)
self._timeout = timeout
self._font = font or ("Arial", 12)
self._input = None