Notify user about app quit too fast instead of exiting the stream directly when auto_detach is enabled

This commit is contained in:
Yukino Song
2024-09-01 22:41:59 +08:00
parent 6e407578c3
commit 1f6003f7e2
4 changed files with 51 additions and 8 deletions

View File

@@ -76,6 +76,9 @@ namespace system_tray {
void
update_tray_stopped(std::string app_name);
void
update_tray_launch_error(std::string app_name, int exit_code);
/**
* @brief Spawns a notification for PIN Pairing. Clicking it opens the PIN Web UI Page
*/