finish login & polish up
This commit is contained in:
15
OwnChar.App.Desktop/Settings/MainWindowSettings.cs
Normal file
15
OwnChar.App.Desktop/Settings/MainWindowSettings.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Pilz.Configuration;
|
||||
|
||||
namespace OwnChar.App.Desktop.Settings;
|
||||
|
||||
internal class MainWindowSettings : IChildSettings, ISettingsIdentifier
|
||||
{
|
||||
public static string Identifier => "ownchar.view.main";
|
||||
|
||||
public bool AllowAero { get; set; }
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
AllowAero = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user