Settings button can now select specific tab
This commit is contained in:
@@ -74,6 +74,12 @@ public sealed class Plugin : IDalamudPlugin
|
||||
SettingsWindow.BringToFront();
|
||||
}
|
||||
|
||||
public void OpenSettingsTab(string selectedTabLabel)
|
||||
{
|
||||
OpenSettingsWindow();
|
||||
SettingsWindow.SelectTab(selectedTabLabel);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
SimulatorWindow?.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user