From 5e39611395aee72d0d94d43b5857db588322727c Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Feb 2026 19:10:19 +0200 Subject: [PATCH] Double-clicking a channel auto-opens export setup (#1493) Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --- .../Views/Components/DashboardView.axaml | 3 ++- .../Views/Components/DashboardView.axaml.cs | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/DiscordChatExporter.Gui/Views/Components/DashboardView.axaml b/DiscordChatExporter.Gui/Views/Components/DashboardView.axaml index f0218b4e..6339b0f0 100644 --- a/DiscordChatExporter.Gui/Views/Components/DashboardView.axaml +++ b/DiscordChatExporter.Gui/Views/Components/DashboardView.axaml @@ -160,7 +160,8 @@ + ColumnDefinitions="Auto,*,Auto" + DoubleTapped="ChannelGrid_OnDoubleTapped">