You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onClicked: sm.lock()
onClicked: sm.requestLogout(0)
onClicked: sm.requestReboot(0) // do not show the Leave screen
onClicked: sm.requestShutdown(0) // do not show the Leave screen
onClicked: sm.suspend()
onClicked: sm.suspendThenHibernate()
The text was updated successfully, but these errors were encountered:
Would it be possible to add options to the Configuration page to choose which Power Buttons get displayed on the Footer?
Lock and Shutdown seem limiting to me.
Also get rid of the pmEngine code and replace it with the code from . This has many more Power Button Options.
I added a reboot button and it seemed to work fine with the code.
The other options that can be added are below:
The text was updated successfully, but these errors were encountered: