From e1dad8073c171a222d6eacbcd868df8c6fcbf36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaigan=C3=A9sh=20Kumaran?= Date: Sun, 15 Oct 2023 18:59:33 +0530 Subject: [PATCH] Alt+Left to go back from settings page --- src/Calculator/Views/Settings.xaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Calculator/Views/Settings.xaml b/src/Calculator/Views/Settings.xaml index 44848a79..5ad69d1a 100644 --- a/src/Calculator/Views/Settings.xaml +++ b/src/Calculator/Views/Settings.xaml @@ -91,7 +91,11 @@ FontSize="12" AutomationProperties.Name="{utils:ResourceString Name=TitleBarBackButton/[using:Windows.UI.Xaml.Automation]AutomationProperties/Name}" Click="BackButton_Click" - Content=""/> + Content=""> + + + +