Skip to content

Commit 649b55f

Browse files
committed
Changed Hardcoded Text in WelcomeWindow Title
1 parent a2b8118 commit 649b55f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher/WelcomeWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
xmlns:ui="http://schemas.modernwpf.com/2019"
99
Name="FlowWelcomeWindow"
1010
Title="Welcome to Flow Launcher"
11-
Activated="OnActivated"
1211
Width="550"
1312
Height="650"
14-
MouseDown="window_MouseDown"
13+
Activated="OnActivated"
1514
Background="{DynamicResource Color00B}"
1615
Foreground="{DynamicResource PopupTextColor}"
16+
MouseDown="window_MouseDown"
1717
WindowStartupLocation="CenterScreen"
1818
mc:Ignorable="d">
1919
<!--#region TitleBar-->
@@ -48,7 +48,7 @@
4848
VerticalAlignment="Center"
4949
FontSize="12"
5050
Foreground="{DynamicResource Color05B}"
51-
Text="Welcome to Flow Launcher" />
51+
Text="{DynamicResource Welcome_Page1_Title}" />
5252

5353
<Button
5454
Grid.Column="4"

0 commit comments

Comments
 (0)