From e6b69071e61ec96f18d1a51625a9a3cd2ee9f246 Mon Sep 17 00:00:00 2001 From: iAmAsval Date: Tue, 17 Mar 2020 01:29:26 +0100 Subject: [PATCH] fixed challenges' custom theme not working --- FModel/Methods/Utilities/FoldersUtility.cs | 6 ------ README.md | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/FModel/Methods/Utilities/FoldersUtility.cs b/FModel/Methods/Utilities/FoldersUtility.cs index d01dc441..69307d3c 100644 --- a/FModel/Methods/Utilities/FoldersUtility.cs +++ b/FModel/Methods/Utilities/FoldersUtility.cs @@ -114,12 +114,6 @@ namespace FModel.Methods.Utilities FProp.Default.FUseWatermark = false; bSave = true; } - if (FProp.Default.FUseChallengeWatermark && string.IsNullOrEmpty(FProp.Default.FBannerFilePath)) - { - DebugHelper.WriteLine("Watermarking challenges enabled but watermark file path is empty, option disabled"); - FProp.Default.FUseChallengeWatermark = false; - bSave = true; - } if (!string.IsNullOrEmpty(FProp.Default.FWatermarkFilePath) && !File.Exists(FProp.Default.FWatermarkFilePath)) { diff --git a/README.md b/README.md index e0efe17e..c1a16dab 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ alt="Releases"> - Downloads