We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677c546 commit 75c2577Copy full SHA for 75c2577
Flow.Launcher/SettingWindow.xaml
@@ -2175,6 +2175,12 @@
2175
Grid.Row="0"
2176
Grid.Column="2"
2177
Orientation="Horizontal">
2178
+ <TextBlock
2179
+ Margin="0,0,10,0"
2180
+ VerticalAlignment="Center"
2181
+ FontSize="14"
2182
+ Foreground="{DynamicResource Color04B}"
2183
+ Text="{Binding ClockText}" />
2184
<ComboBox
2185
x:Name="TimeFormat"
2186
@@ -2211,6 +2217,12 @@
2211
2217
2212
2218
2213
2219
2220
2221
2222
2223
2224
2225
+ Text="{Binding DateText}" />
2214
2226
2215
2227
x:Name="DateFormat"
2216
2228
0 commit comments