浏览代码

KonvergoWindow: don't unhide cursor when switching to TV mode

That seems silly?
Vincent Lang 8 年之前
父节点
当前提交
2be6258ae0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/ui/KonvergoWindow.cpp

+ 2 - 1
src/ui/KonvergoWindow.cpp

@@ -387,7 +387,8 @@ void KonvergoWindow::updateMainSectionSettings(const QVariantMap& values)
         emit webDesktopModeChanged();
         emit webUrlChanged();
 
-        SystemComponent::Get().setCursorVisibility(true);
+        if (m_webDesktopMode)
+          SystemComponent::Get().setCursorVisibility(true);
         updateWindowState();
       });
     }