Skip to content

Commit

Permalink
Bump to 0.6.4.0! Update Tip text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapwood committed Jul 20, 2024
1 parent d075f7b commit f26383f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions VXMusicDesktop/MVVM/View/HomeView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@
Text="Tips"
Foreground="{StaticResource TextBasic}"
FontSize="18"
Margin="20,10,10,0"
Margin="0,10,10,0"
HorizontalAlignment="Center" />
<TextBlock x:Name="VxMusicTipsBoxParagraphText"
Text="{Binding VxTipsText}"
TextWrapping="Wrap"
Foreground="{StaticResource TextBasic}"
FontSize="12"
Margin="10,20,0,0"
Margin="14,20,0,0"
HorizontalAlignment="Left" />
</StackPanel>
</Border>
Expand Down
12 changes: 7 additions & 5 deletions VXMusicDesktop/Theme/StaticText.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
using System;

namespace VXMusicDesktop.Theme;

public class StaticText
{
public static readonly string VxTipsText = """
- Install as SteamVR Overlay in Settings.
- Launch Overlay by Default in Setting.
- Check for new Nightly Builds from the update button on the bottom right.
- Optionally show VRChat notifications!
public static readonly string VxTipsText = $"""
- Install VXMusic as an Overlay in Settings so it can launch with SteamVR!
- Ensure Launch Overlay by Default in Settings is enabled.
- Try Nightly Builds from the update button on the bottom right.
- Optionally show recognition notifications in VRChat!
""";
}
2 changes: 1 addition & 1 deletion VXMusicDesktop/VXMusicDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageIcon>VXLogo.png</PackageIcon>
<ApplicationIcon>Images\VXLogoIcon.ico</ApplicationIcon>
<RunPostBuildEvent>Always</RunPostBuildEvent>
<Version>0.6.3.15</Version>
<Version>0.6.4.0</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<Title>VXMusicDesktop</Title>
<Authors>VirtualXtensions</Authors>
Expand Down

0 comments on commit f26383f

Please sign in to comment.