Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit b7d3369

Browse files
committed
Merge branch 'hotfix/自动启动功能修复'
2 parents 736125f + 3a9b656 commit b7d3369

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

StickyNotes/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StickyNotes/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="Version" xml:space="preserve">
121-
<value>v4.7.4</value>
121+
<value>v4.7.5</value>
122122
<comment>程序版本</comment>
123123
</data>
124124
</root>

StickyNotes/ViewModel/SettingViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private void SelectionChangedMethod(SelectionChangedEventArgs e)
200200
/// <param name="param">当前选项是否勾选</param>
201201
private void IsStartUpWithSystemChangedMethod(bool param)
202202
{
203-
if (param == false)
203+
if (param == true)
204204
{
205205
Microsoft.Win32.RegistryKey key =
206206
Microsoft.Win32.Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run",

0 commit comments

Comments
 (0)