Skip to content

Commit dfa12e6

Browse files
committed
add config example to readme
1 parent 743ab48 commit dfa12e6

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
@@ -543,7 +543,9 @@ default, you must create it manually.
543543
"clearThreshold": 0.3,
544544
"defaultExpireTimeout": 5000,
545545
"expandThreshold": 20,
546-
"expire": false
546+
"expire": false,
547+
"timeoutBar": false,
548+
"timeoutCircle": false,
547549
},
548550
"osd": {
549551
"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)