mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Default to false, for now
This commit is contained in:
@@ -291,7 +291,7 @@ namespace MPF.Data
|
||||
/// </summary>
|
||||
public bool CompressLogFiles
|
||||
{
|
||||
get { return GetBooleanSetting(_settings, "CompressLogFiles", true); }
|
||||
get { return GetBooleanSetting(_settings, "CompressLogFiles", false); }
|
||||
set { _settings["CompressLogFiles"] = value.ToString(); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user