endSessionDialog: Remove "Restart" option from shutdown dialog
Restart will be exposed as a separate action instead of being part of the shutdown dialog. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2202
This commit is contained in:
parent
6edd3c4b93
commit
1fa1333e13
@ -68,9 +68,6 @@ const shutdownDialogContent = {
|
|||||||
checkBoxText: C_("checkbox", "Install pending software updates"),
|
checkBoxText: C_("checkbox", "Install pending software updates"),
|
||||||
showBatteryWarning: true,
|
showBatteryWarning: true,
|
||||||
confirmButtons: [{
|
confirmButtons: [{
|
||||||
signal: 'ConfirmedReboot',
|
|
||||||
label: C_('button", "Restart'),
|
|
||||||
}, {
|
|
||||||
signal: 'ConfirmedShutdown',
|
signal: 'ConfirmedShutdown',
|
||||||
label: C_('button', 'Power Off'),
|
label: C_('button', 'Power Off'),
|
||||||
}],
|
}],
|
||||||
|
Loading…
Reference in New Issue
Block a user