Skip to content

Commit

Permalink
MainWindow: Update fallback title
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed May 21, 2022
1 parent e2b7096 commit 4ad6663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeventhHeavenUI/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:cls="clr-namespace:SeventhHeaven.Classes"
xmlns:gif="https://github.com/XamlAnimatedGif/XamlAnimatedGif"
mc:Ignorable="d"
Title="{Binding WindowTitle, FallbackValue='7th Heaven v2.3.3 - Mod Manager for Final Fantasy 7 ( Maintained by the Tsunamods Team ) [Current Loaded Profile]'}"
Title="{Binding WindowTitle, FallbackValue='7th Heaven (devel) - Mod Manager for Final Fantasy 7 ( Maintained by the Tsunamods Team ) [Current Loaded Profile]'}"
Style="{StaticResource MainWindowStyle}"
WindowStartupLocation="CenterScreen"
Loaded="Window_Loaded"
Expand Down

0 comments on commit 4ad6663

Please sign in to comment.