improved changelog

This commit is contained in:
stax76
2022-06-04 10:06:48 +02:00
parent aed524bbc5
commit c2f965ced9
2 changed files with 24 additions and 5 deletions

View File

@@ -336,7 +336,7 @@ namespace mpvnet
Directory.CreateDirectory(scriptOptsPath);
File.WriteAllText(scriptOptsPath + "console.conf", BR + "scale=1.5" + BR);
string content = BR + "scalewindowed=1.5" + BR + "hidetimeout=2000" + BR +
"idlelogo=no" + BR;
"idlescreen=no" + BR;
File.WriteAllText(scriptOptsPath + "osc.conf", content);
}
}