Skip to content

Commit e139e30

Browse files
committed
ReviveOverlay: Change window title.
1 parent 3d88cbf commit e139e30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReviveOverlay/openvroverlaycontroller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ bool COpenVROverlayController::Init()
132132
// native (platform) window.
133133
m_pWindow = new QQuickWindowScaled(m_pRenderControl);
134134
m_pWindow->setMinimumSize(QSize(1280, 720));
135+
m_pWindow->setTitle("Revive Dashboard");
135136

136137
// Load the thumbnail
137138
QImage image(":/revive_overlay.png");

0 commit comments

Comments
 (0)