mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 12:23:42 +01:00
Store last selected design, apply that design and last selected tab.
This commit is contained in:
parent
f07717240f
commit
64c1f75ee0
3 changed files with 20 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ public class MainWindow : Window, IDisposable
|
|||
messages,
|
||||
debugTab,
|
||||
];
|
||||
SelectTab = _config.Ephemeral.SelectedTab;
|
||||
_event.Subscribe(OnTabSelected, TabSelected.Priority.MainWindow);
|
||||
IsOpen = _config.OpenWindowAtStart;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue