mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[TUI] Replace Window with ManagedWindow in GoToSectorDialog implementation
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
// Copyright © 2011-2025 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
using Avalonia.Controls;
|
||||
using Iciclecreek.Avalonia.WindowManager;
|
||||
|
||||
namespace Aaru.Tui.Views.Dialogs;
|
||||
|
||||
public partial class GoToSectorDialog : Window
|
||||
public partial class GoToSectorDialog : ManagedWindow
|
||||
{
|
||||
public GoToSectorDialog()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user