Remove unused help window button from extension manager

This commit is contained in:
baldurk
2024-12-13 15:07:12 +00:00
parent e189c0efd0
commit 0880f7b0be
@@ -39,6 +39,7 @@ ExtensionManager::ExtensionManager(ICaptureContext &ctx)
: QDialog(NULL), ui(new Ui::ExtensionManager), m_Ctx(ctx)
{
ui->setupUi(this);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
{
RDHeaderView *header = new RDHeaderView(Qt::Horizontal, this);