From a606ff40aba4b74568d36f1f7dbfbbe7517bd449 Mon Sep 17 00:00:00 2001 From: Philip Date: Mon, 4 Sep 2023 21:06:45 -0500 Subject: [PATCH] double tap on connection string to connect https://github.com/telstrapurple/PurpleExplorer/issues/86 --- PurpleExplorer/Views/ConnectionStringWindow.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PurpleExplorer/Views/ConnectionStringWindow.xaml b/PurpleExplorer/Views/ConnectionStringWindow.xaml index 696762a..4351159 100644 --- a/PurpleExplorer/Views/ConnectionStringWindow.xaml +++ b/PurpleExplorer/Views/ConnectionStringWindow.xaml @@ -47,7 +47,8 @@ + SelectionChanged="lsbConnectionStringSelectionChanged" HorizontalAlignment="Left" + DoubleTapped="btnSendClick">