when pressing CTRL-R the FPS indicator used to be towards the bottom of the screen, but now with the new UI it is stuck right in the middle of the screen… practically it is like a crosshair but with numbers.
so… how do i MOVE the FPS counter to another part of the screen?
(there is no way to move it in EDIT mode)
You can use macro as a workaround:
/run FramerateLabel:ClearAllPoints() FramerateText:ClearAllPoints() FramerateLabel:SetPoint(“RIGHT”,UIParent,“CENTER”,X,Y) FramerateText:SetPoint(“LEFT”,FramerateLabel,“RIGHT”) ToggleFramerate() (it is all in one line!)
for X/Y set some numbers - mine: 0,-250 (center bottom)