Skip to content
Snippets Groups Projects
Commit 927d3057 authored by markus's avatar markus
Browse files

Remove obsolete lines

parent e2dbfe81
Branches
No related tags found
No related merge requests found
......@@ -169,11 +169,9 @@ class Clock:
button_pressed = v != 0
if button_pressed and v & buttons.BOTTOM_LEFT != 0:
button_pressed = True
self.setTheme(self.theme - 1)
self.writeConfig()
elif button_pressed and v & buttons.BOTTOM_RIGHT != 0:
button_pressed = True
self.setTheme(self.theme + 1)
self.writeConfig()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment