fix changelog
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
- External audio and subtitle tracks are shown in the menu and
|
- Fix delay loaded external audio and subtitle tracks.
|
||||||
command palette and can be cycled via keyboard.
|
|
||||||
- Command messages are dispatched with `script-message-to mpvnet`.
|
- Command messages are dispatched with `script-message-to mpvnet`.
|
||||||
- New feature to change profile using the command palette.
|
- New feature to change profile using the command palette.
|
||||||
- New show-santa-logo (green and grumpy) option.
|
- New show-santa-logo (green and grumpy) option.
|
||||||
|
|||||||
@@ -119,6 +119,7 @@ namespace mpvnet
|
|||||||
{
|
{
|
||||||
Core.Init(Handle);
|
Core.Init(Handle);
|
||||||
|
|
||||||
|
// bool methods not working correctly
|
||||||
Core.ObserveProperty("window-maximized", PropChangeWindowMaximized);
|
Core.ObserveProperty("window-maximized", PropChangeWindowMaximized);
|
||||||
Core.ObserveProperty("window-minimized", PropChangeWindowMinimized);
|
Core.ObserveProperty("window-minimized", PropChangeWindowMinimized);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user