It is useless and bloat, if a user needs to change these settings they are free to modify their cvars manually via the clientconfig.toml file or via the cvar command.
12 lines
459 B
XML
12 lines
459 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" />
|
|
</TabContainer>
|
|
</DefaultWindow>
|