Remove unuseful condition for autostart state
parent
ee770cd86d
commit
5f74ebb933
|
@ -251,8 +251,7 @@ class ManjaroHello():
|
|||
if name == "install":
|
||||
subprocess.Popen(["sudo", "-E", "calamares"])
|
||||
elif name == "autostart":
|
||||
autostart = True if action.get_active() else False
|
||||
self.set_autostart(autostart)
|
||||
self.set_autostart(action.get_active())
|
||||
elif name == "about":
|
||||
dialog = self.builder.get_object("aboutdialog")
|
||||
dialog.run()
|
||||
|
|
Loading…
Reference in New Issue