frontend: Adjust log upload text for current logs

This commit is contained in:
Warchamp7
2026-02-04 15:39:56 -05:00
committed by Ryan Foster
parent b8b6cf4844
commit c1a134ea15

View File

@@ -275,7 +275,8 @@ void OBSBasic::UploadLog(const char *subdir, const char *file, const LogUploadTy
ui->menuLogFiles->setEnabled(false);
stringstream ss;
ss << "OBS " << App()->GetVersionString(false) << " log file uploaded at " << CurrentDateTimeString() << "\n\n"
ss << "OBS " << App()->GetVersionString(false) << " log file uploaded at " << CurrentDateTimeString()
<< ((uploadType == OBS::LogFileType::CurrentAppLog) ? " (Active Log)" : " (Complete Log)") << "\n\n"
<< fileString;
if (logUploadThread) {