mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-14 23:47:09 +00:00
8 lines
185 B
QML
8 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)
|
|
}
|