[fix:] window focus
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Avalonia.Controls;
|
using Avalonia.Controls;
|
||||||
|
|
||||||
@@ -45,6 +46,7 @@ public partial class NamingWindow : Window
|
|||||||
if (parent != null)
|
if (parent != null)
|
||||||
wind.ShowDialog(parent);
|
wind.ShowDialog(parent);
|
||||||
else wind.Show();
|
else wind.Show();
|
||||||
|
wind.Focus();
|
||||||
|
|
||||||
return tcs.Task;
|
return tcs.Task;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user