Remove tabs from proxy page

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-03-24 01:49:43 +00:00
parent 26f9850462
commit e1e0a3d887
2 changed files with 156 additions and 180 deletions

View File

@@ -46,7 +46,6 @@
ProxyPage::ProxyPage(QWidget* parent) : QWidget(parent), ui(new Ui::ProxyPage)
{
ui->setupUi(this);
ui->tabWidget->tabBar()->hide();
loadSettings();
updateCheckboxStuff();