1
0

qml: fix setting config.GUI_QML_SET_MAX_BRIGHTNESS_ON_QR_DISPLAY

follow-up https://github.com/spesmilo/electrum/pull/9321
This commit is contained in:
SomberNight
2025-06-05 16:02:25 +00:00
parent eaa402dab6
commit 7fa204f16b

View File

@@ -261,7 +261,7 @@ class QEAppController(BaseCrashReporter, QObject):
it = jIntent.createChooser(sendIntent, cast('java.lang.CharSequence', jString(title)))
jpythonActivity.startActivity(it)
@pyqtSlot()
@pyqtSlot(result=bool)
def isMaxBrightnessOnQrDisplayEnabled(self):
return self.config.GUI_QML_SET_MAX_BRIGHTNESS_ON_QR_DISPLAY