sunsheng 1 anno fa
parent
commit
8c8092a65d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/api/index.go

+ 1 - 1
src/api/index.go

@@ -40,7 +40,7 @@ func RegApi(event *cef.BrowserEvent, window cef.IBrowserWindow, bw *cef.LCLBrows
 	RegZip(event, window, bw)
 	RegRunApp(event, window, bw)
 	RegUpgrade(event, window, bw)
-	RegShortcut(event, window, bw)
+	// RegShortcut(event, window, bw)
 
 	// 更新配置文件
 	ipc.On("UpdateConfig", func(version string, exePath string) bool {