From d34f1a3ac23d8aa5d86858f376c0bae18692d7db Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 9 Dec 2022 11:08:08 +0900 Subject: [PATCH] Fix WelcomeWindowTitle --- Flow.Launcher/WelcomeWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/WelcomeWindow.xaml b/Flow.Launcher/WelcomeWindow.xaml index 41a6e934b..c7820d436 100644 --- a/Flow.Launcher/WelcomeWindow.xaml +++ b/Flow.Launcher/WelcomeWindow.xaml @@ -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"