This commit is contained in:
stax76
2023-12-15 14:58:32 +01:00
parent b23542d681
commit 3af5b458ba
8 changed files with 363 additions and 12 deletions

View File

@@ -1258,6 +1258,9 @@ public partial class MainForm : Form
WinMpvHelp.AddToPath();
}, DispatcherPriority.Background);
});
//TODO: Player.Command("script-message-to mpvnet show-conf-editor");
Player.Command("script-message-to mpvnet show-conf-editor");
}
void ContextMenu_Closed(object sender, System.Windows.RoutedEventArgs e) => MenuAutoResetEvent.Set();