mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 18:20:47 +01:00
13 lines
236 B
C#
13 lines
236 B
C#
using FluentAvalonia.UI.Windowing;
|
|
|
|
namespace Needlework.Net.Views;
|
|
|
|
public partial class MainWindow : AppWindow
|
|
{
|
|
public MainWindow()
|
|
{
|
|
InitializeComponent();
|
|
|
|
TitleBar.ExtendsContentIntoTitleBar = true;
|
|
}
|
|
} |