main
Mateus Melchiades 2 years ago
parent 53743064f2
commit 029fdadf47

@ -58,7 +58,7 @@ class VanillaDefaultUser(Adw.Bin):
def __on_btn_next_clicked(self, widget):
self.__window.set_user(self.username)
self.__window.next
self.__window.next()
def get_finals(self):
return {

@ -141,7 +141,7 @@ class Processor:
if os.path.exists(autostart_file):
os.remove(autostart_file)
with open(desktop_file, "w") as f:
with open(desktop_file, "w+") as f:
f.write("[Desktop Entry]\n")
f.write("Name=FirstSetup\n")
f.write("Comment=FirstSetup\n")

Loading…
Cancel
Save