commit
This commit is contained in:
parent
727af158ae
commit
a3281fdab5
@ -189,10 +189,8 @@ class Application:
|
|||||||
pass
|
pass
|
||||||
#### stats Switch ####
|
#### stats Switch ####
|
||||||
def on_stats_switch_active_notify(self, switch, state):
|
def on_stats_switch_active_notify(self, switch, state):
|
||||||
if stats_switch.get_active() == True:
|
if switch.get_active() == True:
|
||||||
subprocess.run(["/etc/nobara/scripts/nobara-layouts/settings-scripts/stats.sh"], shell=True)
|
subprocess.run(["/etc/nobara/scripts/nobara-layouts/settings-scripts/stats.sh"], shell=True)
|
||||||
else:
|
|
||||||
print("test")
|
|
||||||
pass
|
pass
|
||||||
#### hid Switch ####
|
#### hid Switch ####
|
||||||
def on_hid_switch_active_notify(self, switch, state):
|
def on_hid_switch_active_notify(self, switch, state):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user