mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
fix dimming
This commit is contained in:
parent
26ad1e57b4
commit
0316326819
@ -189,8 +189,9 @@ def InspectionTeam(main_screen):
|
||||
content = f.readlines()
|
||||
content = [x.strip() for x in content]
|
||||
brt=int(content[0])
|
||||
if brt != 1 and brt > 0:
|
||||
last_brt = brt ## remember brt for restore
|
||||
if brt > 0:
|
||||
if last_brt < 0:
|
||||
last_brt = brt ## remember brt for restore
|
||||
|
||||
brt = 1
|
||||
f.seek(0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user