We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e79489 commit 68d131cCopy full SHA for 68d131c
LightBulb/ViewModels/MainViewModel.cs
@@ -104,8 +104,8 @@ private async Task ShowDevelopmentBuildMessageAsync()
104
105
var dialog = viewModelManager.CreateMessageBoxViewModel(
106
"Unstable build warning",
107
- """
108
- You're using a development build of the application. These builds are not thoroughly tested and may contain bugs.
+ $"""
+ You're using a development build of {Program.Name}. These builds are not thoroughly tested and may contain bugs.
109
110
Auto-updates are disabled for development builds. If you want to switch to a stable release, please download it manually.
111
""",
0 commit comments