Fix WelcomeWindowTitle

This commit is contained in:
DB p 2022-12-09 11:08:08 +09:00
parent 649b55fae5
commit d34f1a3ac2

View file

@ -7,7 +7,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ui="http://schemas.modernwpf.com/2019"
Name="FlowWelcomeWindow"
Title="Welcome to Flow Launcher"
Title="{DynamicResource Welcome_Page1_Title}"
Width="550"
Height="650"
Activated="OnActivated"