Skip to content

Commit

Permalink
power: Add suspend option to battery-critial actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanchon authored Jan 25, 2025
1 parent c451c0d commit 92ad1aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ def remove(options, item):
]

critical_options = [
("suspend", _("Suspend")),
("shutdown", _("Shut down immediately")),
("hibernate", _("Hibernate")),
("nothing", _("Do nothing"))
Expand Down

0 comments on commit 92ad1aa

Please sign in to comment.