shorten mpv.conf preview
This commit is contained in:
@@ -318,8 +318,7 @@ namespace mpvnet
|
|||||||
SearchControl.Text = e.AddedItems[0] + ":";
|
SearchControl.Text = e.AddedItems[0] + ":";
|
||||||
}
|
}
|
||||||
|
|
||||||
void PreviewTextBlock_MouseUp(object sender, MouseButtonEventArgs e) =>
|
void PreviewTextBlock_MouseUp(object sender, MouseButtonEventArgs e) => Msg.ShowInfo(GetContent("mpv"));
|
||||||
Msg.ShowInfo("mpv.conf Preview" + BR2 + GetContent("mpv"));
|
|
||||||
|
|
||||||
void ShowManualTextBlock_MouseUp(object sender, MouseButtonEventArgs e) =>
|
void ShowManualTextBlock_MouseUp(object sender, MouseButtonEventArgs e) =>
|
||||||
ProcessHelp.ShellExecute("https://mpv.io/manual/master/");
|
ProcessHelp.ShellExecute("https://mpv.io/manual/master/");
|
||||||
|
|||||||
Reference in New Issue
Block a user