UI: Remove '?' from remux title bar
This commit is contained in:
parent
14ae6351d4
commit
977a21b684
@ -641,6 +641,8 @@ OBSRemux::OBSRemux(const char *path, QWidget *parent)
|
|||||||
{
|
{
|
||||||
setAcceptDrops(true);
|
setAcceptDrops(true);
|
||||||
|
|
||||||
|
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||||
|
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
||||||
ui->progressBar->setVisible(false);
|
ui->progressBar->setVisible(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user