quickshell: reduce auto-close timer to 1.5s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9954877379
commit
0f2324fd20
1 changed files with 1 additions and 1 deletions
|
|
@ -928,7 +928,7 @@ in
|
||||||
property real dropdownX: 0
|
property real dropdownX: 0
|
||||||
property real fullWidth: 200
|
property real fullWidth: 200
|
||||||
property real fullHeight: 200
|
property real fullHeight: 200
|
||||||
property int autoCloseMs: 3000
|
property int autoCloseMs: 1500
|
||||||
default property alias content: dropdownContent.data
|
default property alias content: dropdownContent.data
|
||||||
|
|
||||||
function animateClose() {
|
function animateClose() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue