File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
7676 alertForAPIToken ( )
7777 }
7878
79- @IBAction func helpMenuAction ( _ sender: NSMenuItem ) {
79+ @IBAction func githubMenuAction ( _ sender: NSMenuItem ) {
8080 NSWorkspace . shared ( ) . open ( URL ( string: " https://github.com/isaced/fir-mac " ) !)
8181 }
8282
Original file line number Diff line number Diff line change 7878 </items >
7979 </menu >
8080 </menuItem >
81- <menuItem title =" Edit " id =" BsQ-EM-OzA" >
81+ <menuItem title =" 编辑 " id =" BsQ-EM-OzA" >
8282 <modifierMask key =" keyEquivalentModifierMask" />
83- <menu key =" submenu" title =" Edit " id =" QQZ-rI-9FX" >
83+ <menu key =" submenu" title =" 编辑 " id =" QQZ-rI-9FX" >
8484 <items >
8585 <menuItem title =" Undo" keyEquivalent =" z" id =" nsc-ve-f0V" >
8686 <connections >
297297 </items >
298298 </menu >
299299 </menuItem >
300- <menuItem title =" Help " id =" wpr-3q-Mcd" >
300+ <menuItem title =" 帮助 " id =" wpr-3q-Mcd" >
301301 <modifierMask key =" keyEquivalentModifierMask" />
302- <menu key =" submenu" title =" Help " systemMenu =" help" id =" F2S-fz-NVQ" >
302+ <menu key =" submenu" title =" 帮助 " systemMenu =" help" id =" F2S-fz-NVQ" >
303303 <items >
304- <menuItem title =" fir-mac Help" keyEquivalent =" ?" id =" FKE-Sm-Kum" >
304+ <menuItem title =" GitHub - isaced/fir-mac" id =" ZDr-g0-nZw" >
305+ <modifierMask key =" keyEquivalentModifierMask" />
305306 <connections >
306- <action selector =" helpMenuAction :" target =" Voe-Tx-rLC" id =" 3Yb-hC-QtZ " />
307+ <action selector =" githubMenuAction :" target =" Voe-Tx-rLC" id =" CkS-PZ-ixi " />
307308 </connections >
308309 </menuItem >
310+ <menuItem title =" fir-mac Help" keyEquivalent =" ?" id =" FKE-Sm-Kum" />
309311 </items >
310312 </menu >
311313 </menuItem >
You can’t perform that action at this time.
0 commit comments