removal reduntant config option and settings, unused lines in Lock.qml
This commit is contained in:
@@ -18,9 +18,6 @@ Scope {
|
||||
signal requestLock
|
||||
signal unlock
|
||||
|
||||
onRequestLock: lock.locked = true
|
||||
onUnlock: lock.locked = false
|
||||
|
||||
LockSurface {
|
||||
id: lockSurface
|
||||
|
||||
|
||||
@@ -60,17 +60,6 @@ SettingsPage {
|
||||
Separator {
|
||||
}
|
||||
|
||||
SettingSwitch {
|
||||
name: "Laptop lid watch to lock session"
|
||||
object: Config.lock
|
||||
setting: "lidWatch"
|
||||
shouldBeActive: Battery.isLaptop
|
||||
}
|
||||
|
||||
Separator {
|
||||
shouldBeActive: Battery.isLaptop
|
||||
}
|
||||
|
||||
SettingSpinBox {
|
||||
min: 0
|
||||
name: "Blur amount"
|
||||
|
||||
Reference in New Issue
Block a user