mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
* Basic attempt at rewriting how the options menu works, move accessibility settings into their own tab. * Audio tab uses the new options system. * Rewrite Misc tab * Clean up heading styling * Rewrite options tab and other minor cleanup all over the place. * Documentation comments and minor cleanup. (cherry picked from commit 07fe1a6b5a0724a266e99781f697f423fe2badd5)
13 lines
517 B
XML
13 lines
517 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
xmlns:tabs="clr-namespace:Content.Client.Options.UI.Tabs"
|
|
Title="{Loc 'ui-options-title'}"
|
|
MinSize="800 450">
|
|
<TabContainer Name="Tabs" Access="Public">
|
|
<tabs:MiscTab Name="MiscTab" />
|
|
<tabs:GraphicsTab Name="GraphicsTab" />
|
|
<tabs:KeyRebindTab Name="KeyRebindTab" />
|
|
<tabs:AudioTab Name="AudioTab" />
|
|
<tabs:AccessibilityTab Name="AccessibilityTab" />
|
|
</TabContainer>
|
|
</DefaultWindow>
|