From ec6df393f9d5b0bcd2d18476b739b208645c19a1 Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Wed, 15 May 2024 22:57:35 +0600 Subject: [PATCH] Disable back button in NavigationView in settings --- Flow.Launcher/SettingWindow.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index db3eaf324..3562fe2f9 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -187,6 +187,7 @@ IsTabStop="False" OpenPaneLength="230" PaneDisplayMode="Left" + IsBackEnabled="False" SelectionChanged="NavigationView_SelectionChanged">