feat(tray): add button to reset display device settings on Windows (#3546)

This commit is contained in:
Lukas Senionis
2025-01-17 18:45:50 +02:00
committed by GitHub
parent 1c2d7ec830
commit bc22cca59b
2 changed files with 19 additions and 0 deletions

View File

@@ -36,6 +36,13 @@ namespace system_tray {
void
tray_donate_paypal_cb(struct tray_menu *item);
/**
* @brief Callback for resetting display device configuration.
* @param item The tray menu item.
*/
void
tray_reset_display_device_config_cb(struct tray_menu *item);
/**
* @brief Callback for restarting Sunshine from the system tray.
* @param item The tray menu item.