quickshell: reduce auto-close timer to 1.5s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-26 19:46:46 +01:00
parent 9954877379
commit 0f2324fd20

View file

@ -928,7 +928,7 @@ in
property real dropdownX: 0
property real fullWidth: 200
property real fullHeight: 200
property int autoCloseMs: 3000
property int autoCloseMs: 1500
default property alias content: dropdownContent.data
function animateClose() {