mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
UI: Add description to Log Reply window
This commit is contained in:
@@ -25,9 +25,12 @@ OBSLogReply::OBSLogReply(QWidget *parent, const QString &url, const bool crash)
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
ui->setupUi(this);
|
||||
ui->urlEdit->setText(url);
|
||||
if (crash) {
|
||||
ui->description->setText(
|
||||
Str("LogReturnDialog.Description.Crash"));
|
||||
}
|
||||
|
||||
installEventFilter(CreateShortcutFilter());
|
||||
UNUSED_PARAMETER(crash);
|
||||
}
|
||||
|
||||
void OBSLogReply::on_copyURL_clicked()
|
||||
|
||||
Reference in New Issue
Block a user