Skip to content

Commit 4bd8d39

Browse files
committed
add config example to readme
1 parent cf9ee06 commit 4bd8d39

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,9 @@ default, you must create it manually.
530530
"clearThreshold": 0.3,
531531
"defaultExpireTimeout": 5000,
532532
"expandThreshold": 20,
533-
"expire": false
533+
"expire": false,
534+
"timeoutBar": false,
535+
"timeoutCircle": false,
534536
},
535537
"osd": {
536538
"enabled": true,

modules/notifications/Notification.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ StyledRect {
316316
active: Config.notifs.timeoutCircle
317317
asynchronous: true
318318
anchors.centerIn: closeBtn
319-
319+
320320
sourceComponent: Shape {
321321
id: progressCircle
322322
width: closeBtn.implicitWidth + Appearance.padding.small

0 commit comments

Comments
 (0)