Fix blacklist placeholder text
This commit is contained in:
parent
d3f384d5f9
commit
0e6307f699
@ -223,7 +223,7 @@ class SettingsDialog(QDialog):
|
|||||||
))
|
))
|
||||||
|
|
||||||
self._bl_text = QTextEdit()
|
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
|
# Load existing tags into the text box
|
||||||
tags = self._db.get_blacklisted_tags()
|
tags = self._db.get_blacklisted_tags()
|
||||||
self._bl_text.setPlainText(" ".join(tags))
|
self._bl_text.setPlainText(" ".join(tags))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user