mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-29 20:03:45 +01:00
Make OpenConfigUi jump to settings.
This commit is contained in:
parent
d81197a40f
commit
e35f2816e2
2 changed files with 8 additions and 2 deletions
|
|
@ -96,6 +96,12 @@ public class MainWindow : Window, IDisposable
|
|||
IsOpen = _config.OpenWindowAtStart;
|
||||
}
|
||||
|
||||
public void OpenSettings()
|
||||
{
|
||||
IsOpen = true;
|
||||
SelectTab = TabType.Settings;
|
||||
}
|
||||
|
||||
public override void PreDraw()
|
||||
{
|
||||
Flags = _config.Ephemeral.LockMainWindow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue