Color Data now saved

This commit is contained in:
Falko Victor Habel 2024-03-29 14:41:15 +01:00
parent 6616d792da
commit b45961a812
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class Settings(Ctk.CTkFrame):
if self.color is not None: if self.color is not None:
self.color_btn.configure(fg_color=self.color) self.color_btn.configure(fg_color=self.color)
system_code.color = self.color
# set the wanted image format # set the wanted image format
def set_img_format(self, value): def set_img_format(self, value):
system_code.img_format = value system_code.img_format = value