mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-01 19:51:28 +02:00
Removed JPEG interps option in GUI (made mostly obsolete by AutoEnc)
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Flowframes.Main
|
||||
public static string GetOutExt (bool withDot = false)
|
||||
{
|
||||
string dotStr = withDot ? "." : "";
|
||||
if (Config.GetBool("jpegInterps"))
|
||||
if (Config.GetBool("jpegInterp"))
|
||||
return dotStr + "jpg";
|
||||
return dotStr + "png";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user