Skip to content

Commit c1a134e

Browse files
Warchamp7RytoEX
authored andcommitted
frontend: Adjust log upload text for current logs
1 parent b8b6cf4 commit c1a134e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/widgets/OBSBasic_MainControls.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ void OBSBasic::UploadLog(const char *subdir, const char *file, const LogUploadTy
275275
ui->menuLogFiles->setEnabled(false);
276276

277277
stringstream ss;
278-
ss << "OBS " << App()->GetVersionString(false) << " log file uploaded at " << CurrentDateTimeString() << "\n\n"
278+
ss << "OBS " << App()->GetVersionString(false) << " log file uploaded at " << CurrentDateTimeString()
279+
<< ((uploadType == OBS::LogFileType::CurrentAppLog) ? " (Active Log)" : " (Complete Log)") << "\n\n"
279280
<< fileString;
280281

281282
if (logUploadThread) {

0 commit comments

Comments
 (0)