Ver Fonte

UI: Hide Help icon in Log Reply window

Matt Gajownik há 5 anos atrás
pai
commit
8f0d2cb890
1 ficheiros alterados com 1 adições e 0 exclusões
  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);