We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba13bd commit 03a2f7aCopy full SHA for 03a2f7a
Source/ORTS.Settings/UpdateSettings.cs
@@ -26,7 +26,7 @@ namespace ORTS.Settings
26
{
27
public class UpdateSettings : SettingsBase
28
29
- public static readonly string SettingsFilePath = Path.Combine(ApplicationInfo.ProcessDirectory, "Updater.ini");
+ public static new readonly string SettingsFilePath = Path.Combine(ApplicationInfo.ProcessDirectory, "Updater.ini");
30
31
#region User Settings
32
0 commit comments