Skip to content

Commit

Permalink
No need to link to wizden account settings in options anymore, either
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyedra committed Aug 18, 2024
1 parent a78b352 commit 0c09547
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SS14.Launcher/Views/MainWindowTabs/OptionsTabView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
Text="{loc:Get Set launcher language. This does not affect in-game language\, which is up to the server you connect to.}"
Margin="8" />

<Button Content="{loc:Get Account Settings}" Margin="4" Command="{Binding OpenAccountSettings}" HorizontalAlignment="Left" />
<!--
<Button Content="{loc:Get WizDen Account Settings}" Margin="4" Command="{Binding OpenAccountSettings}" HorizontalAlignment="Left" />
<TextBlock VerticalAlignment="Center" TextWrapping="Wrap"
Text="{loc:Get You can manage your account settings\, such as changing email or password\, through our website.}"
Text="{loc:Get You can manage your account settings\, such as changing email or password\, through WizDen\'s website.}"
Margin="8" />
-->

<Button Click="OpenHubSettings" Content="{loc:Get Hub Settings}" Margin="4" HorizontalAlignment="Left" />
<TextBlock VerticalAlignment="Center" TextWrapping="Wrap"
Expand Down

0 comments on commit 0c09547

Please sign in to comment.