From f26383f96d1e5116b4ca63b1f732767fc39982a8 Mon Sep 17 00:00:00 2001 From: Soapwood Date: Sat, 20 Jul 2024 21:08:30 +0100 Subject: [PATCH] Bump to 0.6.4.0! Update Tip text. --- VXMusicDesktop/MVVM/View/HomeView.xaml | 4 ++-- VXMusicDesktop/Theme/StaticText.cs | 12 +++++++----- VXMusicDesktop/VXMusicDesktop.csproj | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/VXMusicDesktop/MVVM/View/HomeView.xaml b/VXMusicDesktop/MVVM/View/HomeView.xaml index 80432ea..7e98849 100644 --- a/VXMusicDesktop/MVVM/View/HomeView.xaml +++ b/VXMusicDesktop/MVVM/View/HomeView.xaml @@ -113,14 +113,14 @@ Text="Tips" Foreground="{StaticResource TextBasic}" FontSize="18" - Margin="20,10,10,0" + Margin="0,10,10,0" HorizontalAlignment="Center" /> diff --git a/VXMusicDesktop/Theme/StaticText.cs b/VXMusicDesktop/Theme/StaticText.cs index 9807de5..b6c1f48 100644 --- a/VXMusicDesktop/Theme/StaticText.cs +++ b/VXMusicDesktop/Theme/StaticText.cs @@ -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! """; } \ No newline at end of file diff --git a/VXMusicDesktop/VXMusicDesktop.csproj b/VXMusicDesktop/VXMusicDesktop.csproj index 5aa2b60..358e201 100644 --- a/VXMusicDesktop/VXMusicDesktop.csproj +++ b/VXMusicDesktop/VXMusicDesktop.csproj @@ -9,7 +9,7 @@ VXLogo.png Images\VXLogoIcon.ico Always - 0.6.3.15 + 0.6.4.0 en VXMusicDesktop VirtualXtensions