mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-18 14:44:29 +01:00
Move tags before advanced.
This commit is contained in:
parent
038c230427
commit
814aa92e19
1 changed files with 1 additions and 1 deletions
|
|
@ -100,8 +100,8 @@ public class SettingsTab : ITab
|
||||||
|
|
||||||
DrawGeneralSettings();
|
DrawGeneralSettings();
|
||||||
DrawColorSettings();
|
DrawColorSettings();
|
||||||
DrawAdvancedSettings();
|
|
||||||
DrawPredefinedTagsSection();
|
DrawPredefinedTagsSection();
|
||||||
|
DrawAdvancedSettings();
|
||||||
DrawSupportButtons();
|
DrawSupportButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue