From e79f80514b461485f5d6142607ab458838ef2f98 Mon Sep 17 00:00:00 2001 From: DB p Date: Sun, 5 Dec 2021 21:44:41 +0900 Subject: [PATCH] Fix dev Merge / Adjust Button Size --- .../UserSettings/Settings.cs | 2 + Flow.Launcher/SelectBrowserWindow.xaml | 278 ++++++++++-------- 2 files changed, 155 insertions(+), 125 deletions(-) diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index 1ed632e51..212640131 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -39,6 +39,8 @@ namespace Flow.Launcher.Infrastructure.UserSettings public string ResultFontWeight { get; set; } public string ResultFontStretch { get; set; } public bool UseGlyphIcons { get; set; } = true; + public bool UseAnimation { get; set; } = true; + public bool UseSound { get; set; } = true; public int CustomExplorerIndex { get; set; } = 0; diff --git a/Flow.Launcher/SelectBrowserWindow.xaml b/Flow.Launcher/SelectBrowserWindow.xaml index 09828737e..d7ac4482b 100644 --- a/Flow.Launcher/SelectBrowserWindow.xaml +++ b/Flow.Launcher/SelectBrowserWindow.xaml @@ -1,77 +1,91 @@ - + - + - + - + - - + + -