From c3d79ff0c46ae2b211a47beddfc10fd5820041c8 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 16 Feb 2023 20:59:28 +0200 Subject: [PATCH] Replace the lock icon with a key icon in GUI --- DiscordChatExporter.Gui/Views/Components/DashboardView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml b/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml index 262a883..83398a4 100644 --- a/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml +++ b/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml @@ -72,7 +72,7 @@ Margin="8" VerticalAlignment="Center" Foreground="{DynamicResource PrimaryHueMidBrush}" - Kind="Password" /> + Kind="Key" />