fix changelog

This commit is contained in:
stax76
2022-05-28 00:54:33 +02:00
parent 72f9f156b8
commit 4cba6bb03c
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -119,6 +119,7 @@ namespace mpvnet
{
Core.Init(Handle);
// bool methods not working correctly
Core.ObserveProperty("window-maximized", PropChangeWindowMaximized);
Core.ObserveProperty("window-minimized", PropChangeWindowMinimized);