diff --git a/YJMPD-UWP/MainPage.xaml.cs b/YJMPD-UWP/MainPage.xaml.cs
index 5bb803b..c9d2b7e 100644
--- a/YJMPD-UWP/MainPage.xaml.cs
+++ b/YJMPD-UWP/MainPage.xaml.cs
@@ -140,7 +140,11 @@ namespace YJMPD_UWP
private async void BackToGame_Click(object sender, RoutedEventArgs e)
{
- bool b = await Util.ShowConfirmDialog("Not implemented", "", Util.DialogType.OKCANCEL);
+ bool b = await Util.ShowConfirmDialog("View Scores", "Go to the scores page (test)?", Util.DialogType.OKCANCEL);
+ if(b)
+ {
+ App.Navigate(typeof(ScoreView));
+ }
}
private void Content_ManipulationCompleted(object sender, ManipulationCompletedRoutedEventArgs e)
diff --git a/YJMPD-UWP/Themes/DefaultStyles.xaml b/YJMPD-UWP/Themes/DefaultStyles.xaml
index d574031..1d59217 100644
--- a/YJMPD-UWP/Themes/DefaultStyles.xaml
+++ b/YJMPD-UWP/Themes/DefaultStyles.xaml
@@ -8,7 +8,13 @@
-
+
+
@@ -23,6 +29,11 @@
+
+