Fix blacklist placeholder text

This commit is contained in:
pax 2026-04-04 21:23:43 -05:00
parent d3f384d5f9
commit 0e6307f699

View File

@ -223,7 +223,7 @@ class SettingsDialog(QDialog):
))
self._bl_text = QTextEdit()
self._bl_text.setPlaceholderText("animated animated_gif hatsune_miku ...")
self._bl_text.setPlaceholderText("tag1 tag2 tag3 ...")
# Load existing tags into the text box
tags = self._db.get_blacklisted_tags()
self._bl_text.setPlainText(" ".join(tags))