- added option to open Wox Settings from the tray menu

- added a checkbox option specifying whether to leave the command line open after having run a command like >ping google.com
This commit is contained in:
kerams
2014-04-10 23:44:57 +02:00
parent b8f513fffe
commit e0eb8c83e2
5 changed files with 41 additions and 3 deletions

View File

@@ -29,6 +29,10 @@
<CheckBox x:Name="cbReplaceWinR" />
<TextBlock Text="Replace Win+R" />
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="10">
<CheckBox x:Name="cbLeaveCmdOpen" />
<TextBlock Text="Do not close Command Prompt after command execution" />
</StackPanel>
</StackPanel>
</TabItem>
<TabItem Header="Features">