Skip to content

Commit 20e57b1

Browse files
committed
Add number of motiros info into system info json
1 parent f808545 commit 20e57b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/MRViewer/MRGetSystemInfoJson.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Json::Value GetSystemInfoJson()
8888
monitorInfo["Height"] = maxHeight;
8989
monitorInfo["ScalingPercent"] = maxScale;
9090
}
91+
windowInfo["Number of monitors"] = count;
9192
}
9293
else
9394
{

0 commit comments

Comments
 (0)