feat: hide hw acceleration warning when using forced software decoding
This commit is contained in:
parent
cc0b574bb1
commit
29b1304337
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ ApplicationWindow {
|
|||
if (SystemProperties.isWow64) {
|
||||
wow64Dialog.open()
|
||||
}
|
||||
else if (!SystemProperties.hasHardwareAcceleration) {
|
||||
else if (!SystemProperties.hasHardwareAcceleration && StreamingPreferences.videoDecoderSelection !== StreamingPreferences.VDS_FORCE_SOFTWARE) {
|
||||
if (SystemProperties.isRunningXWayland) {
|
||||
xWaylandDialog.open()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue