Merge pull request 'Color Data now saved' (#20) from bugfixes into main
Reviewed-on: Fabelous/MPENN#20
This commit is contained in:
commit
3c45cf7b4d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue