Fix #422 slow startup using osd-scale-by-window=no
This commit is contained in:
@@ -185,6 +185,9 @@ namespace mpvnet
|
||||
ShowLogo();
|
||||
});
|
||||
|
||||
if (!GetPropertyBool("osd-scale-by-window"))
|
||||
App.StartThreshold = 0;
|
||||
|
||||
Initialized?.Invoke();
|
||||
InvokeAsync(InitializedAsync);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user