diff --git a/MainWindow.xaml b/MainWindow.xaml
index da59c43..6706c00 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -39,7 +39,7 @@
ItemInvoked="NavigationInvoked"
x:Name="navView">
-
+
diff --git a/Pages/SettingsPage.xaml b/Pages/SettingsPage.xaml
index 611a50b..f4b3869 100644
--- a/Pages/SettingsPage.xaml
+++ b/Pages/SettingsPage.xaml
@@ -16,9 +16,10 @@
IsBackButtonVisible="Collapsed"
ItemInvoked="NavigationInvoked"
IsSettingsVisible="False"
- x:Name="navView">
+ x:Name="navView"
+ >
-
+
diff --git a/Pages/SettingsPage.xaml.cs b/Pages/SettingsPage.xaml.cs
index 0938a00..ee0acde 100644
--- a/Pages/SettingsPage.xaml.cs
+++ b/Pages/SettingsPage.xaml.cs
@@ -22,7 +22,6 @@ namespace WinDurango.UI.Pages
"UiSettings" => typeof(UiSettings),
_ => typeof(WdSettingsPage)
};
-
contentFrame.Navigate(pageType);
}