terminal screenshot
This commit is contained in:
@@ -88,7 +88,7 @@ namespace mpvnet
|
||||
{
|
||||
public IntPtr dwData;
|
||||
public int cbData;
|
||||
[MarshalAs(UnmanagedType.LPStr)]
|
||||
[MarshalAs(UnmanagedType.LPTStr)]
|
||||
public string lpData;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,6 +83,7 @@ namespace mpvnet
|
||||
|
||||
if (mp.GPUAPI != "vulkan") mp.VideoSizeAutoResetEvent.WaitOne(App.StartThreshold);
|
||||
if (Height < FontHeight * 4) SetFormPosAndSize();
|
||||
if (mp.get_property_int("playlist-count") == 0) mp.ShowLogo();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
@@ -110,7 +110,6 @@ namespace mpvnet
|
||||
|
||||
mpv_initialize(Handle);
|
||||
Initialized?.Invoke();
|
||||
ShowLogo();
|
||||
LoadMpvScripts();
|
||||
if (GPUAPI != "vulkan") ProcessCommandLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user