feat(tray): add button to reset display device settings on Windows (#3546)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user