Skip to content

Commit

Permalink
Fix UninstallerListDoubleClickAction setting not being saved correctly
Browse files Browse the repository at this point in the history
Fixes #469
  • Loading branch information
Klocman committed May 15, 2023
1 parent 3cf5d93 commit 57174e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion source/BulkCrapUninstaller/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/BulkCrapUninstaller/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<Setting Name="CreateRestorePoint" Provider="PortableSettingsProvider.PortableSettingsProvider" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="UninstallerListDoubleClickAction" Type="BulkCrapUninstaller.Forms.UninstallerListDoubleClickAction" Scope="User">
<Setting Name="UninstallerListDoubleClickAction" Provider="PortableSettingsProvider.PortableSettingsProvider" Roaming="true" Type="BulkCrapUninstaller.Forms.UninstallerListDoubleClickAction" Scope="User">
<Value Profile="(Default)">OpenProperties</Value>
</Setting>
</Settings>
Expand Down

0 comments on commit 57174e7

Please sign in to comment.