[~] minor

This commit is contained in:
Maxim Khomutov 2025-03-26 13:38:56 +03:00
parent 6817ee6a81
commit dcb5fa078a

View File

@ -159,7 +159,7 @@ class CTkTableFrame(ctk.CTkFrame):
def clean(self):
self.__clean_table()
self.loading_frame.winfo_children()[0].configure(text=self.loading_data)
self.loading_frame.winfo_children()[0].configure(text=self.loading_title)
self.loading_frame.pack(fill="both", expand=True)
self.update_idletasks()