-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! | ||
"""; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters