Fix #422 slow startup using osd-scale-by-window=no

This commit is contained in:
stax76
2022-05-22 08:22:49 +02:00
parent 5b57e6214e
commit 6bd4540106
2 changed files with 7 additions and 3 deletions

View File

@@ -185,6 +185,9 @@ namespace mpvnet
ShowLogo();
});
if (!GetPropertyBool("osd-scale-by-window"))
App.StartThreshold = 0;
Initialized?.Invoke();
InvokeAsync(InitializedAsync);
}