mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
refactor: extract Interface settings tab into dedicated method
Extract renderSettingsInterfaceTab() (108 lines) from renderSettingsWindow(). 6 of 7 tabs now have dedicated methods; only Video remains inline (shares init state with parent).
This commit is contained in:
parent
d0e2d0423f
commit
d086d68a2f
2 changed files with 113 additions and 108 deletions
|
|
@ -385,6 +385,7 @@ private:
|
|||
void renderSettingsAudioTab();
|
||||
void renderSettingsChatTab();
|
||||
void renderSettingsAboutTab();
|
||||
void renderSettingsInterfaceTab();
|
||||
void renderSettingsGameplayTab();
|
||||
void renderSettingsControlsTab();
|
||||
void applyGraphicsPreset(GraphicsPreset preset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue