From 4ebf2413063f54fb51be0649fb9d2dd94e45a25f Mon Sep 17 00:00:00 2001 From: stax76 Date: Thu, 2 Jun 2022 12:37:56 +0200 Subject: [PATCH] shorten mpv.conf preview --- src/WPF/ConfWindow.xaml.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/WPF/ConfWindow.xaml.cs b/src/WPF/ConfWindow.xaml.cs index 64a7005..90a02bf 100644 --- a/src/WPF/ConfWindow.xaml.cs +++ b/src/WPF/ConfWindow.xaml.cs @@ -318,8 +318,7 @@ namespace mpvnet SearchControl.Text = e.AddedItems[0] + ":"; } - void PreviewTextBlock_MouseUp(object sender, MouseButtonEventArgs e) => - Msg.ShowInfo("mpv.conf Preview" + BR2 + GetContent("mpv")); + void PreviewTextBlock_MouseUp(object sender, MouseButtonEventArgs e) => Msg.ShowInfo(GetContent("mpv")); void ShowManualTextBlock_MouseUp(object sender, MouseButtonEventArgs e) => ProcessHelp.ShellExecute("https://mpv.io/manual/master/");