Controls, Startup&Driver improvements
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace FileTime.App.Core.Configuration;
|
||||
|
||||
public record ApplicationConfiguration(bool AllowCloseLastTab);
|
||||
@@ -4,4 +4,5 @@ public static class SectionNames
|
||||
{
|
||||
public const string KeybindingSectionName = "KeyBindings";
|
||||
public const string ProgramsSectionName = "Programs";
|
||||
public const string ApplicationSectionName = "Application";
|
||||
}
|
||||
Reference in New Issue
Block a user