Skip to content

Commit f27655e

Browse files
committed
add config example to readme
1 parent 4790b90 commit f27655e

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
@@ -484,7 +484,9 @@ default, you must create it manually.
484484
"clearThreshold": 0.3,
485485
"defaultExpireTimeout": 5000,
486486
"expandThreshold": 20,
487-
"expire": false
487+
"expire": false,
488+
"timeoutBar": false,
489+
"timeoutCircle": false,
488490
},
489491
"osd": {
490492
"enabled": true,

modules/notifications/Notification.qml

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

0 commit comments

Comments
 (0)