mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix inverted capture-by-default setting
This commit is contained in:
@@ -1131,7 +1131,7 @@ void Session::exec(int displayOriginX, int displayOriginY)
|
|||||||
// Capture the mouse in relative mode by default on release builds only.
|
// Capture the mouse in relative mode by default on release builds only.
|
||||||
// This prevents the mouse from becoming trapped inside Moonlight when
|
// This prevents the mouse from becoming trapped inside Moonlight when
|
||||||
// it's halted at a debug break.
|
// it's halted at a debug break.
|
||||||
#ifndef QT_DEBUG
|
#ifdef QT_DEBUG
|
||||||
if (prefs.absoluteMouseMode)
|
if (prefs.absoluteMouseMode)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user