revert optimisation flag change
This commit is contained in:
parent
e7741ef955
commit
4082d589d6
@ -104,7 +104,7 @@ class Inkycal:
|
||||
os.mkdir(image_folder)
|
||||
|
||||
# Option to use epaper image optimisation, reduces colours
|
||||
self.optimize = False
|
||||
self.optimize = True
|
||||
|
||||
self.show_border = self.settings.get('border_around_modules', False)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user