new combo box control

This commit is contained in:
stax76
2023-12-16 04:52:16 +01:00
parent 3af5b458ba
commit 9bb978f612
11 changed files with 134 additions and 113 deletions

View File

@@ -1258,9 +1258,6 @@ 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();