mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Remove help button from dialogs
This commit is contained in:
@@ -555,6 +555,8 @@ VirtualFileDialog::VirtualFileDialog(CaptureContext *ctx, QWidget *parent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
m_Model = new RemoteFileModel(ctx->Renderer(), this);
|
||||
|
||||
m_DirProxy = new RemoteFileProxy(this);
|
||||
|
||||
Reference in New Issue
Block a user