Mercurial > minori
diff src/gui/dialog/settings/application.cc @ 317:b1f4d1867ab1
services: VERY initial Kitsu support
it only supports user authentication for now, but it's definitely
a start.
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 12 Jun 2024 04:07:10 -0400 |
parents | 657fda1b9cac |
children |
line wrap: on
line diff
--- a/src/gui/dialog/settings/application.cc Tue Jun 11 15:11:09 2024 -0400 +++ b/src/gui/dialog/settings/application.cc Wed Jun 12 04:07:10 2024 -0400 @@ -111,7 +111,7 @@ } { - /* Hopefully I made this easy to parse... */ + /* Hopefully I made this easy to read... */ QCheckBox* hl_above_anime_box = new QCheckBox(tr("Display highlighted anime above others"), appearance_group_box); hl_above_anime_box->setCheckState(highlighted_anime_above_others ? Qt::Checked : Qt::Unchecked);