Consolidate config actions into menu
This commit is contained in:
@@ -87,6 +87,13 @@ public static class ConfigService
|
||||
return config;
|
||||
}
|
||||
|
||||
public static LauncherConfig ResetToDefaults()
|
||||
{
|
||||
LauncherConfig config = CreateDefaultConfig();
|
||||
Save(config);
|
||||
return config;
|
||||
}
|
||||
|
||||
public static LauncherConfig Restore(string sourcePath)
|
||||
{
|
||||
LauncherConfig config = ReadConfigFile(sourcePath);
|
||||
|
||||
Reference in New Issue
Block a user