mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
AppVeyor git branch in title fix #2
This commit is contained in:
parent
2b1c757084
commit
d36de7d54f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user