Mercurial > minori
comparison 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 | 963047512d34 |
comparison
equal
deleted
inserted
replaced
| 316:180714442770 | 317:b1f4d1867ab1 |
|---|---|
| 109 appearance_layout->addWidget(rating_combo_box); | 109 appearance_layout->addWidget(rating_combo_box); |
| 110 } | 110 } |
| 111 } | 111 } |
| 112 | 112 |
| 113 { | 113 { |
| 114 /* Hopefully I made this easy to parse... */ | 114 /* Hopefully I made this easy to read... */ |
| 115 QCheckBox* hl_above_anime_box = | 115 QCheckBox* hl_above_anime_box = |
| 116 new QCheckBox(tr("Display highlighted anime above others"), appearance_group_box); | 116 new QCheckBox(tr("Display highlighted anime above others"), appearance_group_box); |
| 117 hl_above_anime_box->setCheckState(highlighted_anime_above_others ? Qt::Checked : Qt::Unchecked); | 117 hl_above_anime_box->setCheckState(highlighted_anime_above_others ? Qt::Checked : Qt::Unchecked); |
| 118 hl_above_anime_box->setEnabled(highlight_anime_if_available); | 118 hl_above_anime_box->setEnabled(highlight_anime_if_available); |
| 119 hl_above_anime_box->setContentsMargins(10, 0, 0, 0); | 119 hl_above_anime_box->setContentsMargins(10, 0, 0, 0); |
