Code cleanup

This commit is contained in:
Jack251970 2025-03-15 21:50:10 +08:00
parent e862b3861d
commit 9b60eac42b

View file

@ -62,7 +62,7 @@ namespace Flow.Launcher
DataObject.AddPastingHandler(QueryTextBox, OnPaste);
this.Loaded += (_, _) =>
Loaded += (_, _) =>
{
var handle = new WindowInteropHelper(this).Handle;
var win = HwndSource.FromHwnd(handle);
@ -70,11 +70,6 @@ namespace Flow.Launcher
};
}
public MainWindow()
{
InitializeComponent();
}
private int _initialWidth;
private int _initialHeight;