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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user