From 6e8372ed693b3985477ffda3d2f503a914c8d4b2 Mon Sep 17 00:00:00 2001 From: Crsky Date: Sat, 28 Feb 2026 12:11:16 +0800 Subject: [PATCH] Change main window title --- GUI/MainWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/MainWindow.xaml b/GUI/MainWindow.xaml index 1d9d6285..0794df06 100644 --- a/GUI/MainWindow.xaml +++ b/GUI/MainWindow.xaml @@ -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"