We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d551a3 + be41526 commit 89e7699Copy full SHA for 89e7699
root/app/calibre-web/cps/web.py
@@ -1573,7 +1573,7 @@ def profile():
1573
languages = calibre_db.speaking_language()
1574
translations = get_available_locale()
1575
kobo_support = feature_support['kobo'] and config.config_kobo_sync
1576
- hardcover_support = feature_support['hardcover'] and config.config_hardcover_sync
+ hardcover_support = feature_support['hardcover']
1577
if feature_support['oauth'] and config.config_login_type == 2:
1578
oauth_status = get_oauth_status()
1579
local_oauth_check = oauth_check
0 commit comments