Skip to content

Commit

Permalink
fixes #150
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed May 3, 2024
1 parent 441e369 commit 1ff59be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tukui/Config/Gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ff59be

Please sign in to comment.