From d36de7d54f5f597a9dfa5be4a57698c266dbb2be Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Wed, 27 Sep 2017 12:25:25 -0700 Subject: [PATCH] AppVeyor git branch in title fix #2 --- rpcs3/rpcs3qt/gs_frame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/rpcs3qt/gs_frame.cpp b/rpcs3/rpcs3qt/gs_frame.cpp index b6e49b91d514..3c86e4c7cfae 100644 --- a/rpcs3/rpcs3qt/gs_frame.cpp +++ b/rpcs3/rpcs3qt/gs_frame.cpp @@ -22,7 +22,7 @@ gs_frame::gs_frame(const QString& title, int w, int h, QIcon appIcon, bool disab version = version.substr(0 , version.find_last_of("-")); //Add branch to version on frame , unless it's master. - if (rpcs3::get_branch() != "master") + if (rpcs3::get_branch() != "master" || rpcs3::get_branch() != "HEAD") { version = version + "-" + rpcs3::get_branch(); } @@ -133,7 +133,7 @@ void gs_frame::show() { Emu.CallAfter([=]() { - QWindow::show(); + QWindow::show(); if (g_cfg.misc.start_fullscreen) { setVisibility(FullScreen);