Parcourir la source

chore(doc): remove trailing comma in JSON (#2979)

Carter Snook il y a 3 ans
Parent
commit
5f71f72170
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/usage/guides/visual/system-tray.md

+ 1 - 1
docs/usage/guides/visual/system-tray.md

@@ -13,7 +13,7 @@ Configure the `systemTray` object on `tauri.conf.json`:
   "tauri": {
     "systemTray": {
       "iconPath": "icons/icon.png",
-      "iconAsTemplate": true,
+      "iconAsTemplate": true
     }
   }
 }