summaryrefslogtreecommitdiff
path: root/config/LockConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-25 16:56:07 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-25 16:56:07 +1000
commite79895b8f2c2b071e1af889247c3dd26a314aad9 (patch)
tree680175518f8fbac9fee585731096f149fd58b8e1 /config/LockConfig.qml
parentlock: increase large screen size (diff)
downloadcaelestia-shell-e79895b8f2c2b071e1af889247c3dd26a314aad9.tar.gz
caelestia-shell-e79895b8f2c2b071e1af889247c3dd26a314aad9.tar.bz2
caelestia-shell-e79895b8f2c2b071e1af889247c3dd26a314aad9.zip
lock: completely hide media if screen too small
Diffstat (limited to 'config/LockConfig.qml')
-rw-r--r--config/LockConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml
index 6ec9b7a..8bbf284 100644
--- a/config/LockConfig.qml
+++ b/config/LockConfig.qml
@@ -18,5 +18,6 @@ JsonObject {
property int mediaCoverSizeSmall: 120
property int mediaCoverBorder: 3
property int largeScreenWidth: 2560
+ property int smallScreenWidth: 1080
}
}