Skip to content

Commit c990cc4

Browse files
committed
fixup! Portable mode fixed
1 parent c3ff68e commit c990cc4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

OpenHardwareMonitor/Utilities/PersistentSettings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public void Load()
3131
if (data != null)
3232
{
3333
_settings = data;
34+
isPortable = true;
3435
return;
3536
}
3637
}
@@ -112,7 +113,7 @@ public void SaveToFile(string configFilePath)
112113
}
113114
}
114115

115-
private bool isPortable = true;
116+
private bool isPortable;
116117
public bool IsPortable
117118
{
118119
get

0 commit comments

Comments
 (0)