Compare commits
2
Commits
docs
...
search_input
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea6e651b2a | ||
|
|
0a08bb80c0 |
@@ -93,6 +93,11 @@ StatusModal {
|
||||
font.pixelSize: 28
|
||||
font.family: Theme.palette.baseFont.name
|
||||
color: Theme.palette.directColor1
|
||||
Keys.onPressed: {
|
||||
if (event.key === Qt.Key_Enter || event.key === Qt.Key_Return)
|
||||
event.accepted = true
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
StatusMenuSeparator {
|
||||
|
||||
Reference in New Issue
Block a user