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:
@@ -44,6 +44,7 @@ using Aaru.Gui.Models;
|
||||
using Aaru.Gui.Views.Windows;
|
||||
using Aaru.Localization;
|
||||
using Aaru.Logging;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Threading;
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using CommunityToolkit.Mvvm.Input;
|
||||
@@ -91,7 +92,7 @@ public partial class DeviceListViewModel : ViewModelBase
|
||||
|
||||
var deviceView = new DeviceView
|
||||
{
|
||||
Topmost = true
|
||||
WindowStartupLocation = WindowStartupLocation.CenterScreen
|
||||
};
|
||||
|
||||
var vm = new DeviceViewModel(deviceView, _selectedDevice.Path);
|
||||
|
||||
Reference in New Issue
Block a user