[Update] Remove the background color that was for testing.

This commit is contained in:
Sakamoto Shiina
2023-10-20 06:19:53 +09:00
parent 55db1c2e75
commit e8ee8891b0
7 changed files with 35 additions and 43 deletions

View File

@@ -22,7 +22,6 @@ class _CreateConfirmationModal(CTkToplevel):
# self.configure(fg_color="#ff7f50")
self.configure(fg_color=self.settings.ctm.FAKE_BORDER_COLOR)
self.protocol("WM_DELETE_WINDOW", lambda: callFunctionIfCallable(self._view_variable.CALLBACK_HIDE_CONFIRMATION_MODAL))