Skip to content

v4.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 11:29
· 3 commits to master since this release

feat(ui): implement system restart with confirmation dialog and updated icon

  • Integrated ShowDarkConfirmDialog into the ID_BTN_RESTART command block within Sidebar.cpp to prevent accidental reboots.
  • Implemented Win32 token privilege escalation to acquire the SE_SHUTDOWN_NAME privilege required for system-level actions.
  • Added native Win32 ExitWindowsEx execution with forced reboot flags upon user confirmation.
  • Fixed the restart button glyph in DrawSidebarButton, replacing the incorrect cancel icon (\xE14C) with the standard power icon (\xE7E8).
  • Added the missing ConfirmDialog.h include to Sidebar.cpp.