Add tip text to the StreamSegue telling users about the quit shortcut. Fixes #77

This commit is contained in:
Cameron Gutman
2018-09-14 19:11:06 -07:00
parent eed9fca10c
commit 72afa55897
2 changed files with 20 additions and 2 deletions
+12
View File
@@ -104,6 +104,18 @@ Item {
}
}
Label {
text: "Tip: Press Ctrl+Alt+Shift+Q to disconnect your session"
anchors.bottom: parent.bottom
anchors.bottomMargin: 50
anchors.horizontalCenter: parent.horizontalCenter
font.pointSize: 18
verticalAlignment: Text.AlignVCenter
wrapMode: Text.Wrap
color: "white"
}
MessageDialog {
id: errorDialog
modality:Qt.WindowModal