View Single Post
02-11-20, 03:37 AM   #2
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 321
I just tried to find out what the Blizzard UI does when you click the "Apply" button. This seems to work for me:

Code:
OptionsFrameOkay_OnClick(VideoOptionsFrame, 1);
But it does not take into account any changed cvars. So the next step would be to find out what happens when you toggle the "display mode" drop down in the options...
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote