remove getter for LastMinecraftProfilePath config option
This commit is contained in:
@@ -12,7 +12,6 @@ public class AppConfig : ISettingsNode, ISettingsIdentifier
|
|||||||
[JsonProperty, Obsolete]
|
[JsonProperty, Obsolete]
|
||||||
private string? LastMinecraftProfilePath
|
private string? LastMinecraftProfilePath
|
||||||
{
|
{
|
||||||
get => RecentMinecraftProfilePaths.FirstOrDefault();
|
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
if (!string.IsNullOrWhiteSpace(value))
|
if (!string.IsNullOrWhiteSpace(value))
|
||||||
|
|||||||
Reference in New Issue
Block a user