update message on help menu

This commit is contained in:
leminlimez
2025-03-23 15:29:04 -04:00
parent af7dcb7968
commit 8d97c9dd30

View File

@@ -44,7 +44,7 @@ class PBHelpDialog(QDialog):
self.setWindowTitle("PosterBoard Info")
layout = QVBoxLayout()
message = QLabel("Descriptors will be under the Collections section when adding a new wallpaper.")
message = QLabel("Descriptors will be under the Collections section when adding a new wallpaper.\n\nIf the wallpapers don't appear in the menu, you either have to wait a bit for them to load,\nor you've reached the maximum amount of wallpapers (15) and have to wipe them.")
layout.addWidget(message)
imgBox = QWidget()