Fix implicit fallthrough warning
This commit is contained in:
parent
ceef792f04
commit
b48cbd76f5
1 changed files with 1 additions and 0 deletions
|
|
@ -911,6 +911,7 @@ bool Session::initialize(QQuickWindow* qtWindow)
|
|||
m_FullScreenFlag = SDL_WINDOW_FULLSCREEN;
|
||||
break;
|
||||
}
|
||||
// Fall-through
|
||||
case StreamingPreferences::WM_FULLSCREEN_DESKTOP:
|
||||
// Only use full-screen desktop mode if we're running a desktop environment
|
||||
if (WMUtils::isRunningDesktopEnvironment()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue