Color Data now saved
This commit is contained in:
parent
6616d792da
commit
b45961a812
|
@ -75,6 +75,7 @@ class Settings(Ctk.CTkFrame):
|
|||
|
||||
if self.color is not None:
|
||||
self.color_btn.configure(fg_color=self.color)
|
||||
system_code.color = self.color
|
||||
# set the wanted image format
|
||||
def set_img_format(self, value):
|
||||
system_code.img_format = value
|
||||
|
|
Loading…
Reference in New Issue