Skip to content

Commit

Permalink
feat: hide Thor icon in the menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
gbammc committed Oct 11, 2020
1 parent 8c97b27 commit 13b1096
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Thor/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -444,11 +444,11 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="d3U-w9-jNg">
<rect key="frame" x="45" y="336" width="194" height="18"/>
<rect key="frame" x="45" y="336" width="188" height="18"/>
<constraints>
<constraint firstAttribute="height" constant="14" id="V6n-1t-57Z"/>
</constraints>
<buttonCell key="cell" type="check" title="Show Thor in the menu bar " bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="LbD-19-0Ga">
<buttonCell key="cell" type="check" title="Show Thor in the menu bar" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="LbD-19-0Ga">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" size="13" name="STHeitiSC-Light"/>
</buttonCell>
Expand Down
3 changes: 3 additions & 0 deletions Thor/zh-Hans.lproj/Main.strings
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,6 @@

/* Class = "NSMenuItem"; title = "Import Shortcuts"; ObjectID = "QQw-cp-cqP"; */
"QQw-cp-cqP.title" = "导入快捷键";

/* Class = "NSMenuItem"; title = "Show Thor in the menu bar"; ObjectID = "LbD-19-0Ga"; */
"LbD-19-0Ga.title" = "在状态栏显示 Thor 图标";

0 comments on commit 13b1096

Please sign in to comment.