Add generic settings tab and move a bunch of settings over (And add the ability to toggle Discord RPC) (#22430)

This commit is contained in:
Vasilis
2023-12-13 02:58:20 +01:00
committed by GitHub
parent 7a12f1fcfb
commit 3cb6b2c3b8
8 changed files with 150 additions and 42 deletions

View File

@@ -3,6 +3,7 @@
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" />