Hi team,
The UI scale resets on log off/log in (even though the slider retains the correct value it goes back to actually 100% scale, changing it up/down fixes it). Probably similar to the glyph resetting issue, but just marking it for you.
4 Likes
Happens upon console reloadui as well.
2 Likes
Every time I log off and back on it resets my game resolution as well.
2 Likes
Getting the same with the UI scale not remembering. I even tried coping the config files from Cata and it still reverts.
2 Likes
I believe this has to do with what I posted about today.
Here’s temporary work around and a quick way to reset the UI.
make a macro with this:
/run SetCVar(“uiScale”, X)
replace “X” with the UI scale you want to use, I use a UI scale of 80% so my macro looks like this:
/run SetCVar(“uiScale”, 0.80)
Put this on your bar and click it to quickly fix the scaling.