Add sunshine_name:port and app name to tray menu

This commit is contained in:
Yukino Song
2024-07-30 23:50:14 +08:00
parent 7c84d8e0e3
commit 093760ac92
2 changed files with 16 additions and 49 deletions

View File

@@ -15,33 +15,6 @@ namespace system_tray {
void
tray_open_ui_cb(struct tray_menu *item);
/**
* @brief Callback for opening GitHub Sponsors from the system tray.
* @param item The tray menu item.
*/
void
tray_donate_github_cb(struct tray_menu *item);
/**
* @brief Callback for opening MEE6 donation from the system tray.
* @param item The tray menu item.
*/
void
tray_donate_mee6_cb(struct tray_menu *item);
/**
* @brief Callback for opening Patreon from the system tray.
* @param item The tray menu item.
*/
void
tray_donate_patreon_cb(struct tray_menu *item);
/**
* @brief Callback for opening PayPal donation from the system tray.
* @param item The tray menu item.
*/
void
tray_donate_paypal_cb(struct tray_menu *item);
void
tray_force_stop_cb(struct tray_menu *item);