Skip to content

Commit 61cdc73

Browse files
committed
- Toggle Clock/Date Display in Theme Preview
1 parent 7e0ef2a commit 61cdc73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,8 @@
19081908
IsOn="{Binding UseClock, Mode=TwoWay}"
19091909
OffContent="{DynamicResource disable}"
19101910
OnContent="{DynamicResource enable}"
1911-
Style="{DynamicResource SideToggleSwitch}" />
1911+
Style="{DynamicResource SideToggleSwitch}"
1912+
Toggled="PreviewClockAndDate" />
19121913
</StackPanel>
19131914
<TextBlock Style="{StaticResource Glyph}">
19141915
&#xec92;
@@ -1945,7 +1946,8 @@
19451946
IsOn="{Binding UseDate, Mode=TwoWay}"
19461947
OffContent="{DynamicResource disable}"
19471948
OnContent="{DynamicResource enable}"
1948-
Style="{DynamicResource SideToggleSwitch}" />
1949+
Style="{DynamicResource SideToggleSwitch}"
1950+
Toggled="PreviewClockAndDate" />
19491951
</StackPanel>
19501952
<TextBlock Style="{StaticResource Glyph}">
19511953
&#xe787;

0 commit comments

Comments
 (0)