diff --git a/Tukui/Config/Gui.lua b/Tukui/Config/Gui.lua index 8a194bd8..e9625908 100644 --- a/Tukui/Config/Gui.lua +++ b/Tukui/Config/Gui.lua @@ -22,7 +22,7 @@ local General = function(self) Window:CreateSwitch("All", "General", "ClassColorBorder", "Overwrite border color with class color") Window:CreateSwitch("All", "General", "HideShadows", "Hide frame shadows") - if (Locale ~= "koKR" or Locale ~= "zhTW" or Locale ~= "zhCN") then + if (Locale ~= "koKR" and Locale ~= "zhTW" and Locale ~= "zhCN") then Window:CreateSection("All", "Fonts") Window:CreateDropdown("All", "General", "GlobalFont", "Set Tukui global font") end