From 899d46a99709849197bd9cf98419498911d23949 Mon Sep 17 00:00:00 2001 From: Nate Bross Date: Wed, 28 Feb 2024 20:15:42 -0600 Subject: [PATCH] fix: reorganize menu items --- MainWindow.axaml | 24 ++++++++++++++++++------ ViewModels/MainWindowViewModel.cs | 14 ++++++++++++-- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/MainWindow.axaml b/MainWindow.axaml index 5b69ed6..aa3fce5 100644 --- a/MainWindow.axaml +++ b/MainWindow.axaml @@ -19,30 +19,41 @@ - + + + + - + + + + - - - - + + + + + + + + @@ -63,6 +74,7 @@ _currentPath; + set + { + _currentPath = value; + NotifyPropertyChanged(); + } + } + } \ No newline at end of file