summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/detachedcontent/bluetooth/Settings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/detachedcontent/bluetooth/Settings.qml b/modules/detachedcontent/bluetooth/Settings.qml
index 808cd7c..a0d7f12 100644
--- a/modules/detachedcontent/bluetooth/Settings.qml
+++ b/modules/detachedcontent/bluetooth/Settings.qml
@@ -274,7 +274,7 @@ ColumnLayout {
CustomSpinBox {
min: 0
value: root.session.bt.currentAdapter.discoverableTimeout
- onValueModified: root.session.bt.currentAdapter.discoverableTimeout = value
+ onValueModified: value => root.session.bt.currentAdapter.discoverableTimeout = value
}
}
}