Skip to content

Commit c6d5c4a

Browse files
committed
add config example to readme
1 parent a2135b9 commit c6d5c4a

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
@@ -488,7 +488,9 @@ default, you must create it manually.
488488
"clearThreshold": 0.3,
489489
"defaultExpireTimeout": 5000,
490490
"expandThreshold": 20,
491-
"expire": false
491+
"expire": false,
492+
"timeoutBar": false,
493+
"timeoutCircle": false,
492494
},
493495
"osd": {
494496
"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)