From 3a1a74d0f94ddd312ba02187096ea03ac59e72af Mon Sep 17 00:00:00 2001 From: ema Date: Tue, 31 Dec 2024 22:59:00 +0800 Subject: [PATCH] Revert Focusable ShowActivated is sufficient for the needs --- QuickLook/ViewerWindow.xaml | 1 - 1 file changed, 1 deletion(-) diff --git a/QuickLook/ViewerWindow.xaml b/QuickLook/ViewerWindow.xaml index d95ad5a..13e43d6 100644 --- a/QuickLook/ViewerWindow.xaml +++ b/QuickLook/ViewerWindow.xaml @@ -15,7 +15,6 @@ d:DesignWidth="624" Background="{DynamicResource MainWindowBackground}" BorderBrush="{DynamicResource CaptionBackground}" - Focusable="False" Foreground="{DynamicResource WindowTextForeground}" ResizeMode="CanResize" ShowActivated="False"