mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-27 02:40:51 +01:00
Packet logger incoming enabled by default
This commit is contained in:
parent
ad23b51d42
commit
2087932a5e
@ -26,7 +26,7 @@
|
||||
</items>
|
||||
</Menu>
|
||||
<Menu fx:id="menu_view" mnemonicParsing="false" text="View">
|
||||
<CheckMenuItem fx:id="chkViewIncoming" mnemonicParsing="false" text="View incoming">
|
||||
<CheckMenuItem fx:id="chkViewIncoming" mnemonicParsing="false" selected="true" text="View incoming">
|
||||
<accelerator>
|
||||
<KeyCodeCombination alt="UP" code="I" control="DOWN" meta="UP" shift="UP" shortcut="UP" />
|
||||
</accelerator></CheckMenuItem>
|
||||
|
Loading…
Reference in New Issue
Block a user