diff --git a/UndertaleModTool/MainWindow.xaml b/UndertaleModTool/MainWindow.xaml
index 0eacbbdc8..db352c813 100644
--- a/UndertaleModTool/MainWindow.xaml
+++ b/UndertaleModTool/MainWindow.xaml
@@ -233,6 +233,9 @@
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/UndertaleModTool/MainWindow.xaml.cs b/UndertaleModTool/MainWindow.xaml.cs
index 43bece6f8..62a6ff26e 100644
--- a/UndertaleModTool/MainWindow.xaml.cs
+++ b/UndertaleModTool/MainWindow.xaml.cs
@@ -1669,7 +1669,8 @@ private void MainTree_MouseDown(object sender, MouseButtonEventArgs e)
item.IsSelected = true;
- if (item.DataContext is not UndertaleResource)
+ if (item.DataContext is not UndertaleResource
+ && (item.Tag as string) != "StandaloneTab")
return;
OpenInTab(Highlighted, true);