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