mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 23:26:13 -05:00
UI: Remove additional unused help icons
This commit is contained in:
@@ -14,6 +14,8 @@ OBSAbout::OBSAbout(QWidget *parent)
|
||||
|
||||
setFixedSize(size());
|
||||
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
QString bitness;
|
||||
|
||||
if(sizeof(void*) == 4)
|
||||
|
||||
Reference in New Issue
Block a user