From a2c1233a1628bab1b554bd8705a36dfa1587f435 Mon Sep 17 00:00:00 2001 From: DB p Date: Mon, 8 Nov 2021 23:04:50 +0900 Subject: [PATCH] Remove Button Style --- Flow.Launcher/SettingWindow.xaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 1d1608574..013b5e9c6 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -696,16 +696,7 @@ MaxWidth="250" Margin="10,0,18,0" Click="OnSelectFileManagerClick" - Content="{Binding Settings.CustomExplorer.Name}"> - - - - + Content="{Binding Settings.CustomExplorer.Name}" />