diff --git a/YJMPD-UWP/MainPage.xaml b/YJMPD-UWP/MainPage.xaml
index 7b6fb66..14a3048 100644
--- a/YJMPD-UWP/MainPage.xaml
+++ b/YJMPD-UWP/MainPage.xaml
@@ -117,7 +117,7 @@
-
+
diff --git a/YJMPD-UWP/MainPage.xaml.cs b/YJMPD-UWP/MainPage.xaml.cs
index 26f2e8d..5bb803b 100644
--- a/YJMPD-UWP/MainPage.xaml.cs
+++ b/YJMPD-UWP/MainPage.xaml.cs
@@ -138,7 +138,7 @@ namespace YJMPD_UWP
NavView.IsPaneOpen = false;
}
- private async void BackToGame_Tapped(object sender, TappedRoutedEventArgs e)
+ private async void BackToGame_Click(object sender, RoutedEventArgs e)
{
bool b = await Util.ShowConfirmDialog("Not implemented", "", Util.DialogType.OKCANCEL);
}
diff --git a/YJMPD-UWP/Themes/DefaultStyles.xaml b/YJMPD-UWP/Themes/DefaultStyles.xaml
index 0c0d638..d574031 100644
--- a/YJMPD-UWP/Themes/DefaultStyles.xaml
+++ b/YJMPD-UWP/Themes/DefaultStyles.xaml
@@ -5,6 +5,7 @@