mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-18 18:02:46 +01:00
sync write value
This commit is contained in:
@@ -151,7 +151,7 @@ class BrightnessPage(Page):
|
||||
return False
|
||||
else:
|
||||
with f:
|
||||
f.write(str(newbrt))
|
||||
f.write(str(newbrt+1
|
||||
return True
|
||||
|
||||
def WhenSliderDrag(self,value): ##value
|
||||
|
||||
Reference in New Issue
Block a user