feat(ui): make selected mods in downloader bold with underline

Makes it easier to find which mods are selected in case you want to
change those.
This commit is contained in:
flow
2022-04-28 20:14:03 -03:00
committed by flow
parent 613f2fc447
commit 8f2c485c92
4 changed files with 44 additions and 21 deletions

View File

@ -41,6 +41,7 @@ class ModPage : public QWidget, public BasePage {
auto apiProvider() const -> const ModAPI* { return api.get(); };
auto getFilter() const -> const std::shared_ptr<ModFilterWidget::Filter> { return m_filter; }
auto getDialog() const -> const ModDownloadDialog* { return dialog; }
auto getCurrent() -> ModPlatform::IndexedPack& { return current; }
void updateModVersions(int prev_count = -1);