mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 15:46:13 -05:00
UI: Add Portable Mode indicator to title bar and log
Closes jp9000/obs-studio#654
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user