mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
UserAgentDialog: Hide per-site options
This commit is contained in:
parent
dd71761854
commit
4efbc54cac
|
@ -78,6 +78,11 @@ UserAgentDialog::UserAgentDialog(QWidget* parent)
|
|||
|
||||
enableGlobalComboBox(ui->changeGlobal->isChecked());
|
||||
enablePerSiteFrame(ui->changePerSite->isChecked());
|
||||
|
||||
#if !QTWEBENGINE_DISABLED
|
||||
ui->perSiteFrame->setVisible(false);
|
||||
ui->changePerSite->setVisible(false);
|
||||
#endif
|
||||
}
|
||||
|
||||
void UserAgentDialog::addSite()
|
||||
|
|
Loading…
Reference in New Issue
Block a user