Update tray message from no apps running to reload apps

This commit is contained in:
Yukino Song
2025-05-14 23:23:10 +08:00
parent bcb3e0c81d
commit 93540b97fe
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
#include <dispatch/dispatch.h>
#endif
#define TRAY_MSG_NO_APP_RUNNING "[No app is running]"
#define TRAY_MSG_NO_APP_RUNNING "Reload Apps"
// standard includes
#include <csignal>