mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Remove window help button from dialogs
This commit is contained in:
@@ -32,6 +32,8 @@ AnalyticsPromptDialog::AnalyticsPromptDialog(PersistantConfig &cfg, QWidget *par
|
||||
: QDialog(parent), ui(new Ui::AnalyticsPromptDialog), m_Config(cfg)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
}
|
||||
|
||||
AnalyticsPromptDialog::~AnalyticsPromptDialog()
|
||||
|
||||
Reference in New Issue
Block a user