removal reduntant config option and settings, unused lines in Lock.qml
This commit is contained in:
@@ -253,7 +253,6 @@ Singleton {
|
|||||||
return {
|
return {
|
||||||
recolorLogo: lock.recolorLogo,
|
recolorLogo: lock.recolorLogo,
|
||||||
enableFprint: lock.enableFprint,
|
enableFprint: lock.enableFprint,
|
||||||
lidWatch: lock.lidWatch,
|
|
||||||
showNotifContent: lock.showNotifContent,
|
showNotifContent: lock.showNotifContent,
|
||||||
showNotifIcon: lock.showNotifIcon,
|
showNotifIcon: lock.showNotifIcon,
|
||||||
maxFprintTries: lock.maxFprintTries,
|
maxFprintTries: lock.maxFprintTries,
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ JsonObject {
|
|||||||
property int blurAmount: 40
|
property int blurAmount: 40
|
||||||
property bool enableFprint: true
|
property bool enableFprint: true
|
||||||
property int maxFprintTries: 3
|
property int maxFprintTries: 3
|
||||||
property bool lidWatch: false
|
|
||||||
property bool recolorLogo: false
|
property bool recolorLogo: false
|
||||||
property bool showNotifContent: false
|
property bool showNotifContent: false
|
||||||
property bool showNotifIcon: true
|
property bool showNotifIcon: true
|
||||||
|
|||||||
@@ -18,9 +18,6 @@ Scope {
|
|||||||
signal requestLock
|
signal requestLock
|
||||||
signal unlock
|
signal unlock
|
||||||
|
|
||||||
onRequestLock: lock.locked = true
|
|
||||||
onUnlock: lock.locked = false
|
|
||||||
|
|
||||||
LockSurface {
|
LockSurface {
|
||||||
id: lockSurface
|
id: lockSurface
|
||||||
|
|
||||||
|
|||||||
@@ -60,17 +60,6 @@ SettingsPage {
|
|||||||
Separator {
|
Separator {
|
||||||
}
|
}
|
||||||
|
|
||||||
SettingSwitch {
|
|
||||||
name: "Laptop lid watch to lock session"
|
|
||||||
object: Config.lock
|
|
||||||
setting: "lidWatch"
|
|
||||||
shouldBeActive: Battery.isLaptop
|
|
||||||
}
|
|
||||||
|
|
||||||
Separator {
|
|
||||||
shouldBeActive: Battery.isLaptop
|
|
||||||
}
|
|
||||||
|
|
||||||
SettingSpinBox {
|
SettingSpinBox {
|
||||||
min: 0
|
min: 0
|
||||||
name: "Blur amount"
|
name: "Blur amount"
|
||||||
|
|||||||
@@ -326,13 +326,6 @@ export const settingsIndex = [
|
|||||||
section: "Lockscreen",
|
section: "Lockscreen",
|
||||||
keywords: ["notification", "hide", "icon"],
|
keywords: ["notification", "hide", "icon"],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Laptop lid watch to lock session",
|
|
||||||
category: "lockscreen",
|
|
||||||
categoryName: "Lockscreen",
|
|
||||||
section: "Lockscreen",
|
|
||||||
keywords: ["lid", "lock", "watch", "session", "laptop"],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Blur amount",
|
name: "Blur amount",
|
||||||
category: "lockscreen",
|
category: "lockscreen",
|
||||||
|
|||||||
Reference in New Issue
Block a user