mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-13 23:17:09 +00:00
8 lines
133 B
QML
8 lines
133 B
QML
import QtQuick 2.0
|
|
import QtQuick.Controls 2.2
|
|
|
|
Menu {
|
|
onOpened: {
|
|
itemAt(0).forceActiveFocus(Qt.TabFocusReason)
|
|
}
|
|
}
|