Skip to content

Commit c7c743a

Browse files
Update Source/NETworkManager/ViewModels/SettingsSettingsViewModel.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 257efe9 commit c7c743a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NETworkManager/ViewModels/SettingsSettingsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public bool IsLocationChanged
7676
/// <summary>
7777
/// Private field of <see cref="IsDefaultLocation" /> property.
7878
/// </summary>
79-
public bool _isDefaultLocation;
79+
private bool _isDefaultLocation;
8080

8181
/// <summary>
8282
/// Indicates whether the current location is the default settings folder location.

0 commit comments

Comments
 (0)