mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-15 05:42:28 +00:00
8 lines
115 B
QML
8 lines
115 B
QML
import QtQuick 2.0
|
|
import QtQuick.Controls 2.2
|
|
|
|
MenuItem {
|
|
Keys.onReturnPressed: {
|
|
triggered()
|
|
}
|
|
}
|