mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Do not show windows as topmost.
This commit is contained in:
@@ -275,7 +275,7 @@ public partial class MainWindowViewModel : ViewModelBase
|
||||
|
||||
var deviceListWindow = new DeviceList
|
||||
{
|
||||
Topmost = true
|
||||
WindowStartupLocation = WindowStartupLocation.CenterScreen
|
||||
};
|
||||
|
||||
deviceListWindow.DataContext = new DeviceListViewModel(deviceListWindow, msbox.InputValue);
|
||||
|
||||
Reference in New Issue
Block a user