We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ff68e commit c990cc4Copy full SHA for c990cc4
1 file changed
OpenHardwareMonitor/Utilities/PersistentSettings.cs
@@ -31,6 +31,7 @@ public void Load()
31
if (data != null)
32
{
33
_settings = data;
34
+ isPortable = true;
35
return;
36
}
37
@@ -112,7 +113,7 @@ public void SaveToFile(string configFilePath)
112
113
114
115
- private bool isPortable = true;
116
+ private bool isPortable;
117
public bool IsPortable
118
119
get
0 commit comments