From 8eaac4df96e35769e06fd18caffa430ecef2b827 Mon Sep 17 00:00:00 2001 From: selcarpa Date: Tue, 11 Nov 2025 15:12:32 +0800 Subject: [PATCH] feat(tray): Added tray icon left-click event handling - Implemented the function of displaying and focusing the main window when the tray icon is left-clicked - Added handling logic for tray icon events - Added Run Dev Server runtime configuration file - Added Run spary Cargo command runtime configuration file --- .run/Run Dev Server.run.xml | 12 ++++++++++++ .run/Run spary.run.xml | 20 ++++++++++++++++++++ src-tauri/src/lib.rs | 23 ++++++++++++++++++++--- 3 files changed, 52 insertions(+), 3 deletions(-) create mode 100644 .run/Run Dev Server.run.xml create mode 100644 .run/Run spary.run.xml diff --git a/.run/Run Dev Server.run.xml b/.run/Run Dev Server.run.xml new file mode 100644 index 0000000..5b9b630 --- /dev/null +++ b/.run/Run Dev Server.run.xml @@ -0,0 +1,12 @@ + + + + + +