From a85ffa270efaccdacf402464377b0e93fc7bb2dd Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 17 Sep 2025 19:48:30 +0700 Subject: [PATCH] fix: missing tray feature for testing --- src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 86d9734e4..353c3efff 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -28,6 +28,7 @@ test-tauri = [ "tauri/x11", "tauri/protocol-asset", "tauri/macos-private-api", + "tauri/tray-icon", "tauri/test", ]