Change main window title

This commit is contained in:
Crsky
2026-02-28 12:11:16 +08:00
parent 4e58bf3c96
commit 6e8372ed69

View File

@@ -5,7 +5,7 @@
xmlns:jv="clr-namespace:JustView"
xmlns:s="clr-namespace:GARbro.GUI.Strings"
xmlns:p="clr-namespace:GARbro.GUI.Properties"
Title="GARbro" MinHeight="250" ResizeMode="CanResizeWithGrip"
Title="GARbro-Mod" MinHeight="250" ResizeMode="CanResizeWithGrip"
Loaded="WindowLoaded"
KeyDown="WindowKeyDown"
AllowDrop="True" Drop="OnDropEvent"