Remove unnecessary DataContext

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-09-30 09:37:48 +08:00 committed by GitHub
parent d106c5144b
commit 89505fce30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@ namespace Flow.Launcher.Plugin.Shell.Views
var viewModel = new ShellSettingViewModel(settings);
DataContext = viewModel;
InitializeComponent();
DataContext = viewModel;
}
}
}