mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-23 16:39:02 +00:00
Fix implicit fallthrough warning
This commit is contained in:
@@ -911,6 +911,7 @@ bool Session::initialize(QQuickWindow* qtWindow)
|
|||||||
m_FullScreenFlag = SDL_WINDOW_FULLSCREEN;
|
m_FullScreenFlag = SDL_WINDOW_FULLSCREEN;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
// Fall-through
|
||||||
case StreamingPreferences::WM_FULLSCREEN_DESKTOP:
|
case StreamingPreferences::WM_FULLSCREEN_DESKTOP:
|
||||||
// Only use full-screen desktop mode if we're running a desktop environment
|
// Only use full-screen desktop mode if we're running a desktop environment
|
||||||
if (WMUtils::isRunningDesktopEnvironment()) {
|
if (WMUtils::isRunningDesktopEnvironment()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user