diff --git a/Flow.Launcher.Core/Resource/Theme.cs b/Flow.Launcher.Core/Resource/Theme.cs index c4e56e813..3fb4ea1d6 100644 --- a/Flow.Launcher.Core/Resource/Theme.cs +++ b/Flow.Launcher.Core/Resource/Theme.cs @@ -154,7 +154,8 @@ namespace Flow.Launcher.Core.Resource //Methods.SetWindowAttribute(new WindowInteropHelper(mainWindow).Handle, DWMWINDOWATTRIBUTE.DWMWA_BORDER_COLOR, 0x00FF0000); //Methods.SetWindowAttribute(new WindowInteropHelper(mainWindow).Handle, DWMWINDOWATTRIBUTE.DWMWA_SYSTEMBACKDROP_TYPE, 3); - // The timing of adding the shadow effect should vary depending on whether the theme is transparent. if (BlurEnabled) + // The timing of adding the shadow effect should vary depending on whether the theme is transparent. + if (BlurEnabled) { AutoDropShadow(); } diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 4757b1fb4..75c851ab3 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -819,18 +819,19 @@ namespace Flow.Launcher if (_settings.HideOnStartup) { // πŸ“Œ 졜초 μ‹€ν–‰ μ‹œ 창이 κΉœλΉ‘μ΄λŠ” 문제 λ°©μ§€ (μ™„μ „νžˆ 숨긴 μƒνƒœλ‘œ μ‹œμž‘) - System.Windows.Application.Current.MainWindow.Visibility = Visibility.Hidden; + //System.Windows.Application.Current.MainWindow.Visibility = Visibility.Hidden; - Dispatcher.BeginInvoke((Action)(() => - { - _viewModel.Hide(); - System.Windows.Application.Current.MainWindow.Visibility = Visibility.Collapsed; - }), DispatcherPriority.Background); + //Dispatcher.BeginInvoke((Action)(() => + //{ + // _viewModel.Hide(); + // System.Windows.Application.Current.MainWindow.Visibility = Visibility.Collapsed; + //}), DispatcherPriority.Background); + _viewModel.Hide(); } else { // πŸ“Œ 졜초 μ‹€ν–‰ μ‹œ 그림자 효과λ₯Ό 미리 μ μš©ν•˜μ—¬ Show() ν•  λ•Œ λ Œλ”λ§μ΄ λŠλ €μ§€μ§€ μ•Šλ„λ‘ 함 - ThemeManager.Instance.SetBlurForWindow(); + //ThemeManager.Instance.SetBlurForWindow(); //ThemeManager.Instance.AutoDropShadow(); _viewModel.Show(); } diff --git a/Flow.Launcher/Themes/Pink.xaml b/Flow.Launcher/Themes/Pink.xaml index 3d8792a08..90592bb99 100644 --- a/Flow.Launcher/Themes/Pink.xaml +++ b/Flow.Launcher/Themes/Pink.xaml @@ -8,7 +8,7 @@ True Light RoundSmall - #4BFEC7D7 + #B6C8C7FE #53FEC7D7 0 0 0 0