diff --git a/UI/window-log-reply.cpp b/UI/window-log-reply.cpp index 7be665e47..debca31aa 100644 --- a/UI/window-log-reply.cpp +++ b/UI/window-log-reply.cpp @@ -22,6 +22,7 @@ OBSLogReply::OBSLogReply(QWidget *parent, const QString &url) : QDialog(parent), ui(new Ui::OBSLogReply) { + setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); ui->setupUi(this); ui->urlEdit->setText(url);