diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index e960b7355..8dd2a3814 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1908,7 +1908,8 @@ IsOn="{Binding UseClock, Mode=TwoWay}" OffContent="{DynamicResource disable}" OnContent="{DynamicResource enable}" - Style="{DynamicResource SideToggleSwitch}" /> + Style="{DynamicResource SideToggleSwitch}" + Toggled="PreviewClockAndDate" />  @@ -1945,7 +1946,8 @@ IsOn="{Binding UseDate, Mode=TwoWay}" OffContent="{DynamicResource disable}" OnContent="{DynamicResource enable}" - Style="{DynamicResource SideToggleSwitch}" /> + Style="{DynamicResource SideToggleSwitch}" + Toggled="PreviewClockAndDate" />