mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
feat: hide hw acceleration warning when using forced software decoding
This commit is contained in:
committed by
Cameron Gutman
parent
cc0b574bb1
commit
29b1304337
+1
-1
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user