Skip to content

Commit

Permalink
rebirth finish moving MeasureLines to themeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Feb 19, 2023
1 parent 603c0bc commit 34986b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Rebirth/BGAnimations/playerInfoFrame/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3270,7 +3270,7 @@ local function rightFrame()
displayEWMA = playeroption("DisplayEWMA"),
displayStdDev = playeroption("DisplayStdDev"),
measureCounter = playeroption("MeasureCounter"),
measureLines = {get = getdataPLAYER("MeasureLines"), set = function(x) setdataPLAYER("MeasureLines", x) THEME:ReloadMetrics() end},
measureLines = {get = getdataTHEME("global", "MeasureLines"), set = function(x) setdataTHEME("global", "MeasureLines", x) THEME:ReloadMetrics() end},
npsDisplay = playeroption("NPSDisplay"),
npsGraph = playeroption("NPSGraph"),
playerInfo = playeroption("PlayerInfo"),
Expand Down

0 comments on commit 34986b9

Please sign in to comment.