Skip to content

Commit

Permalink
Always sort the list alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Apr 24, 2022
1 parent 2663400 commit 53e9526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lxqt-config-appearance/lxqtthemeconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ LXQtThemeConfig::LXQtThemeConfig(LXQt::Settings *settings, QWidget *parent) :
item->setData(0, Qt::UserRole, theme.name());
ui->lxqtThemeList->addTopLevelItem(item);
}
ui->lxqtThemeList->sortItems(0, Qt::AscendingOrder);

initControls();

Expand Down

0 comments on commit 53e9526

Please sign in to comment.