We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2625e1e commit 01eb05dCopy full SHA for 01eb05d
Brio/UI/Windows/MainWindow.cs
@@ -18,7 +18,7 @@ internal class MainWindow : Window
18
19
private readonly EntityHierarchyView _entitySelector;
20
21
- public MainWindow(ConfigurationService configService, SettingsWindow settingsWindow, InfoWindow infoWindow, EntityManager entityManager) : base($"{Brio.Name} {configService.Version}###brio_main_window", ImGuiWindowFlags.NoScrollbar | ImGuiWindowFlags.AlwaysAutoResize)
+ public MainWindow(ConfigurationService configService, SettingsWindow settingsWindow, InfoWindow infoWindow, EntityManager entityManager) : base($"{Brio.Name} Scene Manager [{configService.Version}]###brio_main_window", ImGuiWindowFlags.NoScrollbar | ImGuiWindowFlags.AlwaysAutoResize)
22
{
23
Namespace = "brio_main_namespace";
24
0 commit comments