wanglaoye 1 anno fa
parent
commit
61f1486642
2 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 0 1
      package.json
  2. 1 1
      src/main/windows/tray.js

+ 0 - 1
package.json

@@ -95,7 +95,6 @@
   },
   "husky": {
     "hooks": {
-      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
     }
   }
 }

+ 1 - 1
src/main/windows/tray.js

@@ -49,6 +49,6 @@ export default async function tray({ type, menu }) {
   }
   // console.log(JSON.stringify(menu))
   let n = Menu.buildFromTemplate(trayMenu)
-  ntray.setToolTip('星空路人医生端')
+  ntray.setToolTip('星空路人-医生端')
   ntray.setContextMenu(n)
 }