mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-23 00:49:18 +01:00
Improve changed items somewhat.
This commit is contained in:
parent
b748e34917
commit
6ec60c9150
6 changed files with 78 additions and 52 deletions
|
|
@ -27,11 +27,9 @@ public sealed class ConfigWindow : Window
|
|||
public void SelectTab(TabType tab)
|
||||
=> _configTabs.SelectTab = tab;
|
||||
|
||||
|
||||
public void SelectMod(Mod mod)
|
||||
=> _configTabs.Mods.SelectMod = mod;
|
||||
|
||||
|
||||
public ConfigWindow(PerformanceTracker tracker, DalamudPluginInterface pi, Configuration config, ValidityChecker checker,
|
||||
TutorialService tutorial)
|
||||
: base(GetLabel(checker))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue