From e3af341d5b077436d2d40d94ade8bc457bc05eb8 Mon Sep 17 00:00:00 2001 From: CaptV0rt3x Date: Wed, 29 Aug 2018 17:03:55 +0530 Subject: Better Title Bar Display --- src/yuzu/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/yuzu/main.cpp') diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index dbe5bd8a4..cb8135c42 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -136,11 +136,11 @@ GMainWindow::GMainWindow() ConnectMenuEvents(); ConnectWidgetEvents(); - LOG_INFO(Frontend, "yuzu Version: {} | {}-{}", Common::g_build_name, Common::g_scm_branch, + LOG_INFO(Frontend, "yuzu Version: {} | {}-{}", Common::g_build_fullname, Common::g_scm_branch, Common::g_scm_desc); setWindowTitle(QString("yuzu %1| %2-%3") - .arg(Common::g_build_name, Common::g_scm_branch, Common::g_scm_desc)); + .arg(Common::g_build_fullname, Common::g_scm_branch, Common::g_scm_desc)); show(); // Necessary to load titles from nand in gamelist. -- cgit v1.2.3