Commit 2fcf8431 authored by Claudio Valerio's avatar Claudio Valerio

fixed video issue on linux

parent 4e6a17b6
...@@ -48,7 +48,7 @@ UBDisplayManager::UBDisplayManager(QObject *parent) ...@@ -48,7 +48,7 @@ UBDisplayManager::UBDisplayManager(QObject *parent)
void UBDisplayManager::initScreenIndexes() void UBDisplayManager::initScreenIndexes()
{ {
int screenCount = numScreens(); int screenCount = 1;//= numScreens();
mScreenIndexesRoles.clear(); mScreenIndexesRoles.clear();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment