Skip to content

Commit

Permalink
By default disable all features requiring network access
Browse files Browse the repository at this point in the history
Resolves #391
  • Loading branch information
Klocman committed Jan 13, 2024
1 parent a8bd0e0 commit f18ce75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions source/BulkCrapUninstaller/Properties/Settings.Designer.cs

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

6 changes: 3 additions & 3 deletions source/BulkCrapUninstaller/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<Value Profile="(Default)">Ask</Value>
</Setting>
<Setting Name="MiscCheckForUpdates" Provider="PortableSettingsProvider.PortableSettingsProvider" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="BackupLeftovers" Provider="PortableSettingsProvider.PortableSettingsProvider" Roaming="true" Type="Klocman.YesNoAsk" Scope="User">
<Value Profile="(Default)">Ask</Value>
Expand All @@ -78,7 +78,7 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="MiscSendStatistics" Provider="PortableSettingsProvider.PortableSettingsProvider" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="ExternalPreCommands" Provider="PortableSettingsProvider.PortableSettingsProvider" Roaming="true" Type="System.String" Scope="User">
<Value Profile="(Default)" />
Expand Down Expand Up @@ -123,7 +123,7 @@
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="MiscUserRatings" Provider="PortableSettingsProvider.PortableSettingsProvider" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="MiscRatingCacheDate" Provider="PortableSettingsProvider.PortableSettingsProvider" Roaming="true" Type="System.DateTime" Scope="User">
<Value Profile="(Default)">1990-01-01</Value>
Expand Down

0 comments on commit f18ce75

Please sign in to comment.