mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[TUI] Implement GoToPath dialog for navigating to specified directory
This commit is contained in:
11
Aaru.Tui/Views/Dialogs/GoToPathDialog.axaml.cs
Normal file
11
Aaru.Tui/Views/Dialogs/GoToPathDialog.axaml.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Iciclecreek.Avalonia.WindowManager;
|
||||
|
||||
namespace Aaru.Tui.Views.Dialogs;
|
||||
|
||||
public partial class GoToPathDialog : ManagedWindow
|
||||
{
|
||||
public GoToPathDialog()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user