mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-21 18:39:59 +00:00
Fix X11 fallback during init (#1087)
This commit is contained in:
parent
21eb4eb6dd
commit
648df66b98
@ -578,10 +578,9 @@ namespace platf {
|
||||
// Hide it by default
|
||||
display_cursor = false;
|
||||
}
|
||||
}
|
||||
|
||||
sources[source::KMS] = true;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#ifdef SUNSHINE_BUILD_X11
|
||||
if (config::video.capture.empty() || config::video.capture == "x11") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user