From 4cba6bb03c9cfffa01409a193736889072b8b0e9 Mon Sep 17 00:00:00 2001 From: stax76 Date: Sat, 28 May 2022 00:54:33 +0200 Subject: [PATCH] fix changelog --- docs/Changelog.md | 3 +-- src/Misc/MainForm.cs | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index b4ed0ce..7956cec 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,6 +1,5 @@ -- External audio and subtitle tracks are shown in the menu and - command palette and can be cycled via keyboard. +- Fix delay loaded external audio and subtitle tracks. - Command messages are dispatched with `script-message-to mpvnet`. - New feature to change profile using the command palette. - New show-santa-logo (green and grumpy) option. diff --git a/src/Misc/MainForm.cs b/src/Misc/MainForm.cs index 6f9ac8a..faa75a7 100644 --- a/src/Misc/MainForm.cs +++ b/src/Misc/MainForm.cs @@ -119,6 +119,7 @@ namespace mpvnet { Core.Init(Handle); + // bool methods not working correctly Core.ObserveProperty("window-maximized", PropChangeWindowMaximized); Core.ObserveProperty("window-minimized", PropChangeWindowMinimized);