View Single Post
06/06/14, 12:26 PM   #8
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
Originally Posted by Froali View Post
Edit: Just clicked through ZO_GameMenu_InGame via /zgoo. This is just dumb... the table
Code:
ZO_GameMenu_InGame.gameMenu.headerControls.Settings
is localized and has a different name in the german client i'm using:
Code:
ZO_GameMenu_InGame.gameMenu.headerControls.Einstellungen
Well, that's annoying. :/ Could someone on the French client let me know what name theirs has, please?

Originally Posted by Froali View Post
I think i found another little bug in checkbox.lua:70

...

In your original code it simple sets value = .... resulting in the checkbox being false all the time
Oooh - good catch, thanks. control.value is something I added in later. I guess I didn't notice thinking I had the checkbox in exampleoptions.lua set to false (it's actually set to true, and I'm just dumb). Fixing!