mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-25 22:58:29 -05:00
UI: Remove help icon from auth/what's new titlebars
This commit is contained in:
@@ -1923,6 +1923,10 @@ void OBSBasic::ReceivedIntroJson(const QString &text)
|
||||
dlg->setWindowTitle("What's New");
|
||||
dlg->resize(700, 600);
|
||||
|
||||
Qt::WindowFlags flags = dlg->windowFlags();
|
||||
Qt::WindowFlags helpFlag = Qt::WindowContextHelpButtonHint;
|
||||
dlg->setWindowFlags(flags & (~helpFlag));
|
||||
|
||||
QCefWidget *cefWidget = cef->create_widget(nullptr, info_url);
|
||||
if (!cefWidget) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user