This commit is contained in:
Auric Vente 2024-07-25 19:46:44 -06:00
parent e2f5d1c8f6
commit 042543415f
1 changed files with 2 additions and 0 deletions

View File

@ -365,9 +365,11 @@ class Window:
root.setContentsMargins(0, 0, 0, 0)
container = QHBoxLayout()
Window.info = SpecialButton("---")
Window.info.setToolTip(
"Click to scroll to the bottom or top\nMiddle Click: Filter Top"
)
Window.info.clicked.connect(Window.toggle_scroll)
Window.info.middleClicked.connect(Game.filter_top)
Window.info.setMinimumSize(35, 35)