Skip to content

Commit

Permalink
add logout without reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Sep 29, 2024
1 parent 222141d commit 181138b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vanilla_first_setup/views/done.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def __on_close_clicked(self, *args):
[recipe.raw["tour_app"]],
flags=GLib.SpawnFlags.SEARCH_PATH,
)
else:
subprocess.run(["gnome-session-quit"])

self.__window.close()

Expand Down

0 comments on commit 181138b

Please sign in to comment.