mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-26 18:32:07 -04:00
frontend: Adjust log upload text for current logs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user