first commit
This commit is contained in:
8
Nitrox.Launcher/Views/Abstract/ModalBase.cs
Normal file
8
Nitrox.Launcher/Views/Abstract/ModalBase.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace Nitrox.Launcher.Views.Abstract;
|
||||
|
||||
public abstract class ModalBase : Window
|
||||
{
|
||||
protected override void OnInitialized() => this.ApplyOsWindowStyling();
|
||||
}
|
Reference in New Issue
Block a user