UI: Hide Help icon in Log Reply window
This commit is contained in:
parent
47058d9b69
commit
8f0d2cb890
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user