Просмотр исходного кода

chore: enable tray-icon feature for docs.rs build (#7620)

Lucas Fernandes Nogueira 2 лет назад
Родитель
Сommit
7f818384d3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      core/tauri/Cargo.toml

+ 1 - 0
core/tauri/Cargo.toml

@@ -18,6 +18,7 @@ no-default-features = true
 features = [
   "wry",
   "custom-protocol",
+  "tray-icon",
   "devtools",
   "icon-png",
   "protocol-asset",