2023-12-13 02:58:20 +01:00
|
|
|
<tabs:MiscTab xmlns="https://spacestation14.io"
|
2024-06-22 06:11:14 +02:00
|
|
|
xmlns:tabs="clr-namespace:Content.Client.Options.UI.Tabs"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:ui="clr-namespace:Content.Client.Options.UI">
|
2023-12-13 02:58:20 +01:00
|
|
|
<BoxContainer Orientation="Vertical">
|
2024-03-09 06:43:19 -05:00
|
|
|
<ScrollContainer VerticalExpand="True" HorizontalExpand="True">
|
|
|
|
|
<BoxContainer Orientation="Vertical" Margin="8 8 8 8" VerticalExpand="True">
|
|
|
|
|
<Label Text="{Loc 'ui-options-general-ui-style'}"
|
|
|
|
|
StyleClasses="LabelKeyText"/>
|
2024-06-22 06:11:14 +02:00
|
|
|
<ui:OptionDropDown Name="DropDownHudTheme" Title="{Loc 'ui-options-hud-theme'}" />
|
|
|
|
|
<ui:OptionDropDown Name="DropDownHudLayout" Title="{Loc 'ui-options-hud-layout'}" />
|
2024-03-09 06:43:19 -05:00
|
|
|
<Label Text="{Loc 'ui-options-general-discord'}"
|
|
|
|
|
StyleClasses="LabelKeyText"/>
|
|
|
|
|
<CheckBox Name="DiscordRich" Text="{Loc 'ui-options-discordrich'}" />
|
|
|
|
|
<Label Text="{Loc 'ui-options-general-speech'}"
|
|
|
|
|
StyleClasses="LabelKeyText"/>
|
2024-04-04 02:20:06 -05:00
|
|
|
<CheckBox Name="ShowOocPatronColor" Text="{Loc 'ui-options-show-ooc-patron-color'}" />
|
2024-03-09 06:43:19 -05:00
|
|
|
<CheckBox Name="ShowLoocAboveHeadCheckBox" Text="{Loc 'ui-options-show-looc-on-head'}" />
|
|
|
|
|
<CheckBox Name="FancySpeechBubblesCheckBox" Text="{Loc 'ui-options-fancy-speech'}" />
|
|
|
|
|
<CheckBox Name="FancyNameBackgroundsCheckBox" Text="{Loc 'ui-options-fancy-name-background'}" />
|
|
|
|
|
<Label Text="{Loc 'ui-options-general-cursor'}"
|
|
|
|
|
StyleClasses="LabelKeyText"/>
|
|
|
|
|
<CheckBox Name="ShowHeldItemCheckBox" Text="{Loc 'ui-options-show-held-item'}" />
|
|
|
|
|
<CheckBox Name="ShowCombatModeIndicatorsCheckBox" Text="{Loc 'ui-options-show-combat-mode-indicators'}" />
|
|
|
|
|
<Label Text="{Loc 'ui-options-general-storage'}"
|
|
|
|
|
StyleClasses="LabelKeyText"/>
|
|
|
|
|
<CheckBox Name="OpaqueStorageWindowCheckBox" Text="{Loc 'ui-options-opaque-storage-window'}" />
|
|
|
|
|
<CheckBox Name="StaticStorageUI" Text="{Loc 'ui-options-static-storage-ui'}" />
|
|
|
|
|
<!-- <CheckBox Name="ToggleWalk" Text="{Loc 'ui-options-hotkey-toggle-walk'}" /> -->
|
2023-12-23 01:32:56 -05:00
|
|
|
</BoxContainer>
|
2024-03-09 06:43:19 -05:00
|
|
|
</ScrollContainer>
|
2024-06-22 06:11:14 +02:00
|
|
|
<ui:OptionsTabControlRow Name="Control" Access="Public" />
|
2023-12-13 02:58:20 +01:00
|
|
|
</BoxContainer>
|
|
|
|
|
</tabs:MiscTab>
|