Skip to content

Commit ffc1411

Browse files
authored
power: Add suspend option to battery-critial actions (#12680)
Fixes: #11983
1 parent 0df121f commit ffc1411

File tree

1 file changed

+1
-0
lines changed
  • files/usr/share/cinnamon/cinnamon-settings/modules

1 file changed

+1
-0
lines changed

files/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ def remove(options, item):
642642
]
643643

644644
critical_options = [
645+
("suspend", _("Suspend")),
645646
("shutdown", _("Shut down immediately")),
646647
("hibernate", _("Hibernate")),
647648
("nothing", _("Do nothing"))

0 commit comments

Comments
 (0)