v7.0.0.4 Beta

This commit is contained in:
stax76
2023-12-19 09:37:46 +01:00
parent ed48f5c559
commit a3b9c653fa
5 changed files with 51 additions and 23 deletions

View File

@@ -1287,7 +1287,7 @@ public partial class MainForm : Form
TaskHelp.Run(() => {
System.Windows.Application.Current.Dispatcher.BeginInvoke(() => {
WinMpvHelp.AddToPath();
WinMpvHelp.Setup();
}, DispatcherPriority.Background);
});
}