From daa1b3f6b3b740ad12fd4fbd260877794781be75 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 7 Mar 2022 01:09:56 +0200 Subject: [PATCH] Improve the war message --- DiscordChatExporter.Gui/ViewModels/RootViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs b/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs index fcf8d3f..5e9a663 100644 --- a/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs +++ b/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs @@ -120,8 +120,8 @@ public class RootViewModel : Screen // War in Ukraine message Notifications.Enqueue( - "⚠ UKRAINE IS AT WAR!", - "LEARN MORE & HELP", _ => + "⚠ Ukraine is at war! Support my country in its fight for freedom", + "LEARN MORE", _ => { ProcessEx.StartShellExecute("https://tyrrrz.me"); },