fix iconthemewidget show error

This commit is contained in:
likehomedream 2023-12-20 10:19:24 +08:00
parent fc09389981
commit e6a11b31e8
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ void MainInterface::init()
m_themestackedwidget->addWidget(m_plymouththemewidget);
m_themestackedwidget->addWidget(m_grubthemewidget);
m_themestackedwidget->setCurrentIndex(0);
m_themestackedwidget->setCurrentIndex(1);
m_layout = new QHBoxLayout();
m_layout->addWidget(m_navigationwidget);