mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 07:15:27 +00:00
9 lines
185 B
QML
9 lines
185 B
QML
import QtQuick 2.0
|
|
import QtQuick.Controls 2.2
|
|
|
|
import SystemProperties 1.0
|
|
|
|
NavigableMessageDialog {
|
|
standardButtons: Dialog.Ok | (SystemProperties.hasBrowser ? Dialog.Help : 0)
|
|
}
|