mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Open device list topmost.
This commit is contained in:
@@ -273,7 +273,10 @@ public partial class MainWindowViewModel : ViewModelBase
|
||||
|
||||
if(result != UI.ButtonLabel_Connect) return;
|
||||
|
||||
var deviceListWindow = new DeviceList();
|
||||
var deviceListWindow = new DeviceList
|
||||
{
|
||||
Topmost = true
|
||||
};
|
||||
|
||||
deviceListWindow.DataContext = new DeviceListViewModel(deviceListWindow, msbox.InputValue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user