Mercurial > minori
diff src/gui/dialog/settings/services.cpp @ 44:619cbd6e69f9
filesystem: fix CreateDirectories function
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 22 Sep 2023 13:52:11 -0400 |
parents | cde8f67a7c7d |
children | 3d2decf093bb |
line wrap: on
line diff
--- a/src/gui/dialog/settings/services.cpp Fri Sep 22 12:06:49 2023 -0400 +++ b/src/gui/dialog/settings/services.cpp Fri Sep 22 13:52:11 2023 -0400 @@ -46,6 +46,8 @@ QGroupBox* group_box = new QGroupBox(tr("Account"), result); group_box->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Maximum); + /* this is outdated! usernames are retrieved through a request to AniList now. + although that's a bit... erm... cancerous, maybe this method IS useful. IDK */ QLabel* username_entry_label = new QLabel(tr("Username: (not your email address)"), group_box); QWidget* auth_widget = new QWidget(group_box);