Compare commits

...

2 Commits
1.3 ... 1.4

Author SHA1 Message Date
Frank Skare
fc3dd45b72 - 2019-03-19 12:03:55 +01:00
Frank Skare
66cf3a9b2f - 2019-03-19 10:31:27 +01:00
3 changed files with 2 additions and 2 deletions

View File

@@ -11,8 +11,7 @@ mpv manual: https://mpv.io/manual/master/
- Customizable context menu defined in the same file as the keybindings
- Addon API for .NET languages
- 5 different scripting languages are supported, Python scripting implemented with IronPython, C# implemented with CS-Script, Lua and JavaScript implemented in libmpv and PowerShell
- C# scripting implemented with CS-Script
- mpv's OSC, IPC, Lua/JS, conf files and more
- mpv's OSC, IPC, conf files and more
![](https://raw.githubusercontent.com/stax76/mpv.net/master/screenshot.png)

View File

@@ -30,6 +30,7 @@ namespace mpvnet
SetFormPosSize();
Instance = this;
Hwnd = Handle;
Text += " " + Application.ProductVersion;
ChangeFullscreen((mp.mpvConv.ContainsKey("fullscreen") && mp.mpvConv["fullscreen"] == "yes") || (mp.mpvConv.ContainsKey("fs") && mp.mpvConv["fs"] == "yes"));
}
catch (Exception ex)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 130 KiB