Skip to content

Commit

Permalink
change some default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
copyliu committed Apr 7, 2018
1 parent baf2b7c commit 8e92f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rabi_splitter_WPF/MainContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,12 @@ public MainContext()
this.Alius1 = true;
this.Tm2 = true;
this.Irisu1 = true;
this.DontSplitOnReload = false;
this.DontSplitOnReload = true;
this.DebugArea = false;
this.ServerPort = 16834;
this.Igt = true;
this.Noah1Reload = false;
this.AutoStart = false;
this.AutoStart = true;
this.AutoReset = true;
this.ForceAlius1 = false;

Expand Down
2 changes: 1 addition & 1 deletion rabi_splitter_WPF/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</Window.Resources>
<DockPanel>
<StackPanel DockPanel.Dock="Bottom" Orientation="Horizontal" VerticalAlignment="Top" HorizontalAlignment="Left">
<TextBlock Text="v0.5.1" Margin="0,0,30,0" VerticalAlignment="Top" />
<TextBlock Text="v0.5.2" Margin="0,0,30,0" VerticalAlignment="Top" />
<TextBlock Text="GitHub" MouseUp="TextBlock_MouseUp" Cursor="Hand" Foreground="Blue" TextDecorations="Underline" VerticalAlignment="Top" />
</StackPanel>
<DockPanel Margin="5" DockPanel.Dock="Top">
Expand Down

0 comments on commit 8e92f00

Please sign in to comment.