CCExtractor / ultimate_alarm_clock

GNU General Public License v2.0
68 stars 124 forks source link

Feature: add disable option to QR code challenge #473

Closed keyurgit45 closed 6 months ago

keyurgit45 commented 6 months ago

Description

there is no straightforward way to disable the QR code challenge once enabled. However, it automatically disables when we click on "retake" and instead of taking a picture of the new QR code, we click outside the camera view and exit the dialog. Nevertheless, the QR values do not change in this process.

What can we do?

  1. Introduce a new button "Disable" to disable the challenge by setting isQrEnabled.valueto false and qrValue.value to an empty string.
  2. do not change the qrValue and isQrEnabled when the user exits the dialog after clicking the on retake.

Screenshots

Before After
Screenshot_20240229-184428 Screenshot_20240229-190136

I am willing to work on this feature.

MarkisDev commented 6 months ago

Makes sense, I've assigned this to you.