summaryrefslogtreecommitdiff
path: root/config/NotifsConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-19 15:03:22 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-19 15:03:22 +1000
commitdf4b3b85a949c6aa1952963a7455f88578a080d5 (patch)
treedea13f6d90e8ccefef03e9a4620d3708e3bcd3ee /config/NotifsConfig.qml
parentwallpapers: show subdirs in name (diff)
downloadcaelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.tar.gz
caelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.tar.bz2
caelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.zip
internal: fix types for lsp
Diffstat (limited to 'config/NotifsConfig.qml')
-rw-r--r--config/NotifsConfig.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/NotifsConfig.qml b/config/NotifsConfig.qml
index 920233f..abf640b 100644
--- a/config/NotifsConfig.qml
+++ b/config/NotifsConfig.qml
@@ -6,8 +6,9 @@ JsonObject {
property real clearThreshold: 0.3
property int expandThreshold: 20
property bool actionOnClick: false
+ property Sizes sizes: Sizes {}
- property JsonObject sizes: JsonObject {
+ component Sizes: JsonObject {
property int width: 400
property int image: 41
property int badge: 20