add setting
This commit is contained in:
@@ -2,11 +2,12 @@ namespace SharpIDE.Photino.Models;
|
||||
|
||||
public class AppState
|
||||
{
|
||||
public required string SolutionFilePath { get; set; }
|
||||
public required string? SolutionFilePath { get; set; }
|
||||
public required IdeSettings IdeSettings { get; set; } = new IdeSettings();
|
||||
}
|
||||
|
||||
public class IdeSettings
|
||||
{
|
||||
public bool AutoOpenLastSolution { get; set; }
|
||||
public bool AutoOpenTerminalOnLaunch { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user