From b25d4d57bd10ac3448f095b6a40bd3d1feaf1742 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:46:31 +0800 Subject: [PATCH] Fix ProfilesSelectWindow --- v2rayN/v2rayN.Desktop/Views/ProfilesSelectWindow.axaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2rayN/v2rayN.Desktop/Views/ProfilesSelectWindow.axaml.cs b/v2rayN/v2rayN.Desktop/Views/ProfilesSelectWindow.axaml.cs index d597e567..ac562758 100644 --- a/v2rayN/v2rayN.Desktop/Views/ProfilesSelectWindow.axaml.cs +++ b/v2rayN/v2rayN.Desktop/Views/ProfilesSelectWindow.axaml.cs @@ -3,13 +3,13 @@ using Avalonia; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Interactivity; -using Avalonia.ReactiveUI; using Avalonia.VisualTree; using ReactiveUI; +using v2rayN.Desktop.Base; namespace v2rayN.Desktop.Views; -public partial class ProfilesSelectWindow : ReactiveWindow +public partial class ProfilesSelectWindow : WindowBase { private static Config _config;