mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-07 08:48:45 +00:00
9 lines
115 B
QML
9 lines
115 B
QML
|
import QtQuick 2.0
|
||
|
import QtQuick.Controls 2.2
|
||
|
|
||
|
MenuItem {
|
||
|
Keys.onReturnPressed: {
|
||
|
triggered()
|
||
|
}
|
||
|
}
|