From aa8ace83890c2e6c541d2f5b9b486d1fcc95f66d Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Tue, 13 May 2025 19:27:59 +0300 Subject: [PATCH] Streamline dev build dialog --- DiscordChatExporter.Gui/ViewModels/MainViewModel.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DiscordChatExporter.Gui/ViewModels/MainViewModel.cs b/DiscordChatExporter.Gui/ViewModels/MainViewModel.cs index 5836d724..0e14a28a 100644 --- a/DiscordChatExporter.Gui/ViewModels/MainViewModel.cs +++ b/DiscordChatExporter.Gui/ViewModels/MainViewModel.cs @@ -61,7 +61,9 @@ public partial class MainViewModel( $""" You're using a development build of {Program.Name}. These builds are not thoroughly tested and may contain bugs. - Auto-updates are disabled for development builds. If you want to switch to a stable release, please download it manually. + Auto-updates are disabled for development builds. + + Click SEE RELEASES if you want to download a stable release instead. """, "SEE RELEASES", "CLOSE"