From 7121a09607f4f9cb348cf6a2547605f84138ef5b Mon Sep 17 00:00:00 2001 From: techtanic Date: Thu, 4 Jul 2024 06:57:08 +0530 Subject: [PATCH] chore: Enable all coupon sites in the GUI settings --- duce-gui-settings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/duce-gui-settings.json b/duce-gui-settings.json index e99c6ec..393a762 100644 --- a/duce-gui-settings.json +++ b/duce-gui-settings.json @@ -45,12 +45,12 @@ }, "sites": { "Real Discount": true, - "Discudemy": false, - "IDownloadCoupons": false, - "Tutorial Bar": false, - "E-next": false, - "Course Vania": false, - "Udemy Freebies": false + "Discudemy": true, + "IDownloadCoupons": true, + "Tutorial Bar": true, + "E-next": true, + "Course Vania": true, + "Udemy Freebies": true }, "email": "", "password": "",