This commit is contained in:
Frank Skare
2019-03-19 12:03:55 +01:00
parent 66cf3a9b2f
commit fc3dd45b72
2 changed files with 1 additions and 0 deletions

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