This commit is contained in:
2019-10-03 01:23:16 -07:00
parent 9d1a88c06a
commit d34b6e0954
4 changed files with 9 additions and 4 deletions

View File

@@ -487,10 +487,15 @@ Gw
<menuItem title="Window" id="19">
<menu key="submenu" title="Window" systemMenu="window" id="24">
<items>
<menuItem title="Zoom" keyEquivalent="z" id="197">
<menuItem title="Console" keyEquivalent="0" id="ZMj-KE-Xmg">
<connections>
<action selector="menuItemSelected:" target="207" id="uTf-9L-ThU"/>
</connections>
</menuItem>
<menuItem title="Zoom" keyEquivalent="z" id="bf1-wK-fgP">
<modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
<connections>
<action selector="performZoom:" target="-1" id="198"/>
<action selector="performZoom:" target="-1" id="xLL-JF-YCG"/>
</connections>
</menuItem>
<menuItem title="Minimize" keyEquivalent="m" id="23">
@@ -543,7 +548,7 @@ Gw
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="Hk1-72-Owa">
<rect key="frame" x="1" y="1" width="559" height="365"/>
<autoresizingMask key="autoresizingMask"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView editable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" allowsDocumentBackgroundColorChange="YES" linkDetection="YES" id="225">
<rect key="frame" x="0.0" y="0.0" width="559" height="365"/>

Binary file not shown.

Binary file not shown.

View File

@@ -66,7 +66,7 @@ switch (@$argv[0]) {
exec(escapeshellarg($p['phpbin'])." ".escapeshellarg(__DIR__."/MinatPrefs.php"));
addline("Launch preferences");
die;
case "Show Debug Console":
case "Console":
exec("open -n ".__DIR__."/bin/Console.app --args ".$p['logfile']);
die;
case "Check for Updates...":