5.9.0.0 Beta

This commit is contained in:
stax76
2022-05-08 15:01:45 +02:00
parent 3b9368230c
commit d9afd172f9
4 changed files with 41 additions and 32 deletions

View File

@@ -116,7 +116,6 @@ namespace mpvnet
if (Handle == IntPtr.Zero)
throw new Exception("error mpv_create");
mpv_request_log_messages(Handle, "terminal-default");
App.RunTask(() => EventLoop());
@@ -1287,7 +1286,7 @@ namespace mpvnet
public void ShowLogo()
{
if (!App.ShowLogo || MainForm.Instance == null)
if (!App.ShowLogo || MainForm.Instance == null || Core.Handle == IntPtr.Zero)
return;
bool december = DateTime.Now.Month == 12;