mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
sync write value
This commit is contained in:
parent
462583fd40
commit
b89cfccf73
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user