mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 12:23:42 +01:00
Update gamedata and services.
This commit is contained in:
parent
36d95c37bc
commit
a982c0a1c1
74 changed files with 907 additions and 960 deletions
|
|
@ -8,6 +8,7 @@ using Glamourer.Events;
|
|||
using Glamourer.Gui.Tabs;
|
||||
using Glamourer.Gui.Tabs.ActorTab;
|
||||
using Glamourer.Gui.Tabs.AutomationTab;
|
||||
using Glamourer.Gui.Tabs.DebugTab;
|
||||
using Glamourer.Gui.Tabs.DesignTab;
|
||||
using Glamourer.Gui.Tabs.UnlocksTab;
|
||||
using ImGuiNET;
|
||||
|
|
@ -65,8 +66,8 @@ public class MainWindow : Window, IDisposable
|
|||
Messages = messages;
|
||||
_quickBar = quickBar;
|
||||
_config = config;
|
||||
_tabs = new ITab[]
|
||||
{
|
||||
_tabs =
|
||||
[
|
||||
settings,
|
||||
actors,
|
||||
designs,
|
||||
|
|
@ -74,7 +75,7 @@ public class MainWindow : Window, IDisposable
|
|||
unlocks,
|
||||
messages,
|
||||
debugTab,
|
||||
};
|
||||
];
|
||||
_event.Subscribe(OnTabSelected, TabSelected.Priority.MainWindow);
|
||||
IsOpen = _config.OpenWindowAtStart;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue