Skip to content

Commit 66b8abe

Browse files
committed
Add version to window title RedisInsight#3648
1 parent 2f3c5b6 commit 66b8abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ int main(int argc, char *argv[])
3636
GoogleMP::instance()->reportEvent("rdm:cpp", "app start", "");
3737

3838
MainWin w;
39+
w.setWindowTitle(QString("Redis Desktop Manager v.%1").arg(QString(RDM_VERSION)));
3940
w.show();
4041
return a.exec();
4142
}

0 commit comments

Comments
 (0)