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