Show the general tab first in the options dialog (YACReaderLibrary)

This commit is contained in:
Luis Ángel San Martín 2022-10-28 22:45:06 +02:00
parent 6e9e1e9d60
commit f8d89f7c14

View File

@ -141,11 +141,11 @@ OptionsDialog::OptionsDialog(QWidget *parent)
generalLayout->addWidget(apiKeyBox);
generalLayout->addStretch();
tabWidget->addTab(generalW, tr("General"));
tabWidget->addTab(comicFlowW, tr("Comic Flow"));
#ifndef NO_OPENGL
tabWidget->addTab(gridViewW, tr("Grid view"));
#endif
tabWidget->addTab(generalW, tr("General"));
layout->addWidget(tabWidget);
layout->addLayout(buttons);