Explorar el Código

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

Carter Snook hace 3 años
padre
commit
5f71f72170
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     }
   }
 }