Skip to content

Commit 7e065fa

Browse files
committed
Add scrollbar to character list
1 parent 523ae99 commit 7e065fa

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v1.2.5 - 2026-03-15
44

5+
### New
6+
7+
- Scrollbar for the character list (for the truly dedicated altoholics with 60+ characters).
8+
59
### Fixes
610

711
- Changed incorrect KP points from 2 to 1 for Alchemy and Engineering treasures.

Main.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ function Main:Render()
306306
self.window.titlebar.CharactersButton.Icon:SetTexture("Interface/AddOns/WeeklyKnowledge/Media/Icon_Characters.blp")
307307
self.window.titlebar.CharactersButton.Icon:SetVertexColor(0.7, 0.7, 0.7, 1)
308308
self.window.titlebar.CharactersButton:SetupMenu(function(_, rootMenu)
309+
rootMenu:SetScrollMode(GetScreenHeight() - 20)
309310
Utils:TableForEach(characters, function(character)
310311
local name = character.name
311312
if character.realmName then

0 commit comments

Comments
 (0)