Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement shutdown/reboot buttons #385

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

rsubtil
Copy link
Member

@rsubtil rsubtil commented Aug 12, 2024

Closes #383

image

These buttons were here for quite a while without ever being implemented. This finally adds shutdown/reboot functionality to Windows and Linux. Either button opens a popup to confirm this action before issuing a native shutdown/reboot command.

On macOS, it is not possible to issue this command without being root, and a specific solution would require a native dependency for this. So, this functionality is removed from macOS.

@rsubtil rsubtil force-pushed the implement_shutdown_buttons branch from 93562cd to c4c81cb Compare August 13, 2024 17:34
@rsubtil rsubtil merged commit 398cc60 into main Aug 15, 2024
22 checks passed
@rsubtil rsubtil deleted the implement_shutdown_buttons branch August 15, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement reboot/shutdown buttons
1 participant