mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
Added option to disable pre launch warning and delay
This commit is contained in:
@@ -1236,6 +1236,17 @@ Flickable {
|
||||
}
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
id: configurationWarningsCheck
|
||||
width: parent.width
|
||||
text: qsTr("Show configuration warnings")
|
||||
font.pointSize: 12
|
||||
checked: StreamingPreferences.configurationWarnings
|
||||
onCheckedChanged: {
|
||||
StreamingPreferences.configurationWarnings = checked
|
||||
}
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
visible: SystemProperties.hasDiscordIntegration
|
||||
id: discordPresenceCheck
|
||||
|
||||
Reference in New Issue
Block a user