shorten mpv.conf preview

This commit is contained in:
stax76
2022-06-02 12:37:56 +02:00
parent b2b387c017
commit 4ebf241306

View File

@@ -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/");