We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844f521 commit e4319ebCopy full SHA for e4319eb
MemPlus/Views/Windows/SettingsWindow.xaml
@@ -41,7 +41,7 @@
41
</Grid.RowDefinitions>
42
43
<CheckBox Grid.Row="0" x:Name="ChbAutoUpdate" Content="Automatic updates" Margin="3" />
44
- <CheckBox Grid.Row="1" x:Name="ChbAutoStart" Content="Automatic start MemPlus when Windows starts" Margin="3" />
+ <CheckBox Grid.Row="1" x:Name="ChbAutoStart" Content="Start MemPlus when Windows starts" Margin="3" />
45
<CheckBox Grid.Row="2" x:Name="ChbStartHidden" Content="Hide MemPlus on startup" Margin="3" />
46
<CheckBox Grid.Row="3" x:Name="ChbStartMinimized" Content="Start MemPlus minimized" Margin="3" />
47
<CheckBox Grid.Row="4" x:Name="ChbTopmost" Content="Topmost" Margin="3" />
0 commit comments