Merge pull request 'Color Data now saved' (#20) from bugfixes into main

Reviewed-on: Fabelous/MPENN#20
This commit is contained in:
Falko Victor Habel 2024-03-29 13:41:31 +00:00
commit 3c45cf7b4d
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:
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