settings: update template help text (all tokens work on all sites now)

This commit is contained in:
pax 2026-04-09 23:37:20 -05:00
parent 33227f3795
commit 9a8e6037c3

View File

@ -444,7 +444,7 @@ class SettingsDialog(QDialog):
"%artist% %character% %copyright% %general% %meta% %species%\n"
"Applies to every save action: Save to Library, Save As, Batch Download, "
"multi-select bulk operations, and bookmark→library copies.\n"
"Note: Gelbooru and Moebooru only support %id% / %md5% / %score% / %rating% / %ext%."
"All tokens work on all sites. Category tokens are fetched on demand."
)
tmpl_help.setWordWrap(True)
tmpl_help.setStyleSheet("color: palette(mid); font-size: 10pt;")