Browse Source

UI: Hide Help icon in Log Reply window

Matt Gajownik 5 năm trước cách đây
mục cha
commit
8f0d2cb890
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      UI/window-log-reply.cpp

+ 1 - 0
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);