Clarify Discord Rich Presence options (#1592)

This commit is contained in:
pizzaboxer 2024-07-03 10:12:14 +04:00
parent 2a7d894319
commit 33393b5b89
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
3 changed files with 7 additions and 7 deletions

View File

@ -2495,7 +2495,7 @@ namespace Bloxstrap.Resources {
}
/// <summary>
/// Looks up a localized string similar to Configure quick and easy ways to improve the Roblox gameplay experience..
/// Looks up a localized string similar to Configure additional functionality to go alongside Roblox..
/// </summary>
public static string Menu_Integrations_Description {
get {
@ -2540,7 +2540,7 @@ namespace Bloxstrap.Resources {
}
/// <summary>
/// Looks up a localized string similar to This feature requires activity tracking to be enabled..
/// Looks up a localized string similar to This feature requires activity tracking to be enabled and the Discord desktop app to be installed and running..
/// </summary>
public static string Menu_Integrations_RequiresActivityTracking {
get {
@ -2549,7 +2549,7 @@ namespace Bloxstrap.Resources {
}
/// <summary>
/// Looks up a localized string similar to When playing a Roblox game, the game you&apos;re playing will show on your Discord profile activity..
/// Looks up a localized string similar to The Roblox game you&apos;re playing will be shown on your Discord profile. [Not working?]({0}).
/// </summary>
public static string Menu_Integrations_ShowGameActivity_Description {
get {

View File

@ -856,7 +856,7 @@ Selecting 'No' will ignore this warning and continue installation.</value>
<value>Custom Integrations</value>
</data>
<data name="Menu.Integrations.Description" xml:space="preserve">
<value>Configure quick and easy ways to improve the Roblox gameplay experience.</value>
<value>Configure additional functionality to go alongside Roblox.</value>
</data>
<data name="Menu.Integrations.DesktopApp.Description" xml:space="preserve">
<value>Roblox will fully close when you leave a game instead of dropping you back into the app.</value>
@ -871,10 +871,10 @@ Selecting 'No' will ignore this warning and continue installation.</value>
<value>Enable activity tracking</value>
</data>
<data name="Menu.Integrations.RequiresActivityTracking" xml:space="preserve">
<value>This feature requires activity tracking to be enabled.</value>
<value>This feature requires activity tracking to be enabled and the Discord desktop app to be installed and running.</value>
</data>
<data name="Menu.Integrations.ShowGameActivity.Description" xml:space="preserve">
<value>When playing a Roblox game, the game you're playing will show on your Discord profile activity.</value>
<value>The Roblox game you're playing will be shown on your Discord profile. [Not working?]({0})</value>
</data>
<data name="Menu.Integrations.ShowGameActivity.Title" xml:space="preserve">
<value>Show game activity</value>

View File

@ -44,7 +44,7 @@
<controls:OptionControl
Header="{x:Static resources:Strings.Menu_Integrations_ShowGameActivity_Title}"
Description="{x:Static resources:Strings.Menu_Integrations_ShowGameActivity_Description}"
Description="{Binding Source={x:Static resources:Strings.Menu_Integrations_ShowGameActivity_Description}, Converter={StaticResource StringFormatConverter}, ConverterParameter='https://github.com/pizzaboxer/bloxstrap/wiki/Discord-Rich-Presence-does-not-work'}"
IsEnabled="{Binding InnerContent.IsChecked, ElementName=ActivityTrackingOption, Mode=OneWay}"
x:Name="DiscordActivityOption">
<ui:ToggleSwitch IsChecked="{Binding DiscordActivityEnabled, Mode=TwoWay}" />