mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
update message on help menu
This commit is contained in:
@@ -44,7 +44,7 @@ class PBHelpDialog(QDialog):
|
|||||||
self.setWindowTitle("PosterBoard Info")
|
self.setWindowTitle("PosterBoard Info")
|
||||||
|
|
||||||
layout = QVBoxLayout()
|
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)
|
layout.addWidget(message)
|
||||||
|
|
||||||
imgBox = QWidget()
|
imgBox = QWidget()
|
||||||
|
|||||||
Reference in New Issue
Block a user