mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 07:15:27 +00:00
feat: hide hw acceleration warning when using forced software decoding
This commit is contained in:
parent
cc0b574bb1
commit
29b1304337
@ -54,7 +54,7 @@ ApplicationWindow {
|
|||||||
if (SystemProperties.isWow64) {
|
if (SystemProperties.isWow64) {
|
||||||
wow64Dialog.open()
|
wow64Dialog.open()
|
||||||
}
|
}
|
||||||
else if (!SystemProperties.hasHardwareAcceleration) {
|
else if (!SystemProperties.hasHardwareAcceleration && StreamingPreferences.videoDecoderSelection !== StreamingPreferences.VDS_FORCE_SOFTWARE) {
|
||||||
if (SystemProperties.isRunningXWayland) {
|
if (SystemProperties.isRunningXWayland) {
|
||||||
xWaylandDialog.open()
|
xWaylandDialog.open()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user