!82 fix iconthemewidget show error

Merge pull request !82 from likehomedream/plymouthshow
This commit is contained in:
KevinDuan 2023-12-20 02:31:02 +00:00 committed by Gitee
commit 15ae61dc23
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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);