mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix broken invite dialog
This commit is contained in:
parent
afe381e9b1
commit
f9942494d6
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ ColumnLayout {
|
|||
input.forceActiveFocus();
|
||||
}
|
||||
|
||||
function clear() {
|
||||
input.clear();
|
||||
}
|
||||
|
||||
ToolTip.delay: Nheko.tooltipDelay
|
||||
ToolTip.visible: hover.hovered
|
||||
|
||||
|
|
Loading…
Reference in a new issue