mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Mouse select support & Code refactoring
This commit is contained in:
@@ -51,7 +51,16 @@ namespace WinAlfred
|
||||
|
||||
public partial class App : Application
|
||||
{
|
||||
private MainWindow window;
|
||||
|
||||
private static MainWindow window;
|
||||
|
||||
public static MainWindow Window
|
||||
{
|
||||
get
|
||||
{
|
||||
return window;
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnStartup(StartupEventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user