Browse Source

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

Carter Snook 3 năm trước cách đây
mục cha
commit
5f71f72170
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }
   }
 }