mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Fixed swapped Show as text/icon setting, fixed Spanish menu item length
This commit is contained in:
parent
c77ec0e836
commit
1fce77ea77
5 changed files with 10 additions and 9 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"originHash" : "84fa266e40e059306e085f65a46dd4d8e4eac94006fae6e400cd4f6b8302705b",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "keyboardshortcuts",
|
||||
|
|
@ -23,8 +24,8 @@
|
|||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/sindresorhus/Preferences",
|
||||
"state" : {
|
||||
"revision" : "ffeaaad1def45d0625720dc1adae3789cd9c167d",
|
||||
"version" : "2.5.0"
|
||||
"revision" : "2651cd144615009242c994b087508fef99e9275c",
|
||||
"version" : "2.6.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -54,5 +55,5 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"version" : 2
|
||||
"version" : 3
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>7104</string>
|
||||
<string>7105</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
|
|||
|
|
@ -390,13 +390,13 @@
|
|||
<gridCell row="ZS3-Gy-pfA" column="V6M-Jv-Agj" xPlacement="leading" id="QXg-i0-lVT">
|
||||
<popUpButton key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6td-Zq-3e7">
|
||||
<rect key="frame" x="217" y="462" width="126" height="25"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Show as text" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="fWd-Es-zsy" id="2lO-tb-DFv">
|
||||
<popUpButtonCell key="cell" type="push" title="Show as icons" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="fR3-kq-cps" id="2lO-tb-DFv">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="message"/>
|
||||
<menu key="menu" id="rOp-pe-iEq">
|
||||
<items>
|
||||
<menuItem title="Show as text" state="on" id="fWd-Es-zsy"/>
|
||||
<menuItem title="Show as icons" tag="1" id="fR3-kq-cps"/>
|
||||
<menuItem title="Show as icons" id="fR3-kq-cps"/>
|
||||
<menuItem title="Show as text" state="on" tag="1" id="fWd-Es-zsy"/>
|
||||
<menuItem title="Hide" tag="2" id="HUT-Qc-kuu"/>
|
||||
</items>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"Built-in Display" = "Pantalla Incorporada";
|
||||
|
||||
/* Shown in menu */
|
||||
"Check for updates…" = "Comprobar actualizaciones…";
|
||||
"Check for updates…" = "Actualizaciones…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Contrast" = "Contraste";
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>7104</string>
|
||||
<string>7105</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSBackgroundOnly</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue