Remove unused methods from MainWindow.xaml.cs

This commit is contained in:
Stone_Red
2026-01-21 21:32:40 +01:00
parent ea07f0db3a
commit 346a7ad5a1
-19
View File
@@ -112,25 +112,6 @@ public partial class MainWindow : FluentWindow
Close(); Close();
} }
private void ToggleEditMode()
{
_manager.SetEditMode(!_manager.IsEditMode);
}
private void OpenPluginManager()
{
RestoreWindow();
_ = NavigationView.Navigate(typeof(Plugins.PluginManager));
}
private void UpdatePlugins()
{
_mainWindowDataContext.IsLoading = true;
_manager.LoadPlugins();
_manager.LoadLayout(false);
_mainWindowDataContext.IsLoading = false;
}
private void ReportBugNavigationViewItem_Click(object sender, RoutedEventArgs e) private void ReportBugNavigationViewItem_Click(object sender, RoutedEventArgs e)
{ {
string uri = "https://github.com/Stone-Red-Code/DesktopMagic/issues/new?template=bug_report.md"; string uri = "https://github.com/Stone-Red-Code/DesktopMagic/issues/new?template=bug_report.md";