addedLicence

This commit is contained in:
Falko Victor Habel 2024-03-30 15:33:12 +01:00
parent b45961a812
commit 3b4e29345f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class OpenFolder(Ctk.CTkScrollableFrame):
else:
self.make_buttons()
self.bind("<Configure>", self.on_configure, '+')
def enable_keybinding(self):
# this function has to be in all Functions but is only needed in
# some Classes