Skip to content

Commit

Permalink
Tweak settings UI/UX
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Nov 26, 2022
1 parent a5d09a4 commit 444c6a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Network Monitor/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
IsCheckable="True"
IsChecked="{Binding Dark, Source={x:Static p:Settings.Default}, Mode=TwoWay}" />

<MenuItem Header="Run _on startup"
IsCheckable="True"
IsChecked="{Binding RunOnStartup, Source={x:Static p:Settings.Default}, Mode=TwoWay}" />

<MenuItem>
<MenuItem.Header>
<StackPanel Orientation="Horizontal">
Expand All @@ -90,7 +86,11 @@

<Separator />

<MenuItem Header="_Releases..." Click="MenuItemCheckForUpdates_OnClick" />
<MenuItem Header="Start with _PC"
IsCheckable="True"
IsChecked="{Binding RunOnStartup, Source={x:Static p:Settings.Default}, Mode=TwoWay}" />

<MenuItem Header="Check for _updates..." Click="MenuItemCheckForUpdates_OnClick" />

<MenuItem Header="E_xit" Click="MenuItemExit_OnClick" />
</ContextMenu>
Expand Down

0 comments on commit 444c6a8

Please sign in to comment.