diff --git a/data/org.cinnamon.SessionManager.gschema.xml b/data/org.cinnamon.SessionManager.gschema.xml
index cef0255..0d4e513 100644
--- a/data/org.cinnamon.SessionManager.gschema.xml
+++ b/data/org.cinnamon.SessionManager.gschema.xml
@@ -53,5 +53,10 @@
The system is suspended and put into hibernation after being suspended for a certain time. (Defaults to 2h, see systemd-sleep.conf)
Whether or not to attempt to use suspend-then-hibernate. If it is unsupported, normal suspend will be used instead
+
+ ['shutdown', 'cancel', 'suspend', 'hibernate', 'restart']
+ Determines the default action of the shutdown dialog.
+ A list of actions ('cancel', 'shutdown', 'restart', 'suspend' and 'hibernate') that determines the default action of the shutdown dialog. The first action that is actually usable is selected.
+