UI: Add Portable Mode indicator to title bar and log

Closes jp9000/obs-studio#654
This commit is contained in:
Ryan Foster
2016-10-09 18:10:18 -07:00
committed by jp9000
parent 9cb8ae74e4
commit b75292dbf4
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -4459,6 +4459,9 @@ void OBSBasic::UpdateTitleBar()
name << "Studio ";
name << App()->GetVersionString();
if (App()->IsPortableMode())
name << " - Portable Mode";
name << " - " << Str("TitleBar.Profile") << ": " << profile;
name << " - " << Str("TitleBar.Scenes") << ": " << sceneCollection;