mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Change window title to reflect development/release builds
This commit is contained in:
@@ -1160,7 +1160,8 @@ void MainWindow::SetTitle(const QString &filename)
|
||||
if(RENDERDOC_STABLE_BUILD)
|
||||
text += lit(FULL_VERSION_STRING);
|
||||
else
|
||||
text += tr("Unstable release (%1 - %2)")
|
||||
text += tr("Unstable %1 Build (%2 - %3)")
|
||||
.arg(RENDERDOC_IsReleaseBuild() ? lit("Release") : lit("Development"))
|
||||
.arg(lit(FULL_VERSION_STRING))
|
||||
.arg(QString::fromLatin1(RENDERDOC_GetCommitHash()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user