mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Remove help button from dialogs
This commit is contained in:
@@ -32,6 +32,8 @@ SuggestRemoteDialog::SuggestRemoteDialog(const QString &driver, const QString &m
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
m_WarningStart = tr("This %1 capture was originally created on a\n '%2' machine.\n\n")
|
||||
.arg(driver)
|
||||
.arg(machineIdent.trimmed());
|
||||
|
||||
Reference in New Issue
Block a user