This commit is contained in:
stax76
2022-05-05 12:31:13 +02:00
parent 7d510a8ba7
commit 3b9368230c
4 changed files with 8 additions and 4 deletions

View File

@@ -116,7 +116,6 @@ namespace mpvnet
if (Handle == IntPtr.Zero)
throw new Exception("error mpv_create");
SetPropertyLong("wid", handle.ToInt64());
mpv_request_log_messages(Handle, "terminal-default");
@@ -130,6 +129,7 @@ namespace mpvnet
}
SetPropertyInt("osd-duration", 2000);
SetPropertyLong("wid", handle.ToInt64());
SetPropertyBool("input-default-bindings", true);
SetPropertyBool("input-builtin-bindings", false);