Skip to content

Commit 5788cb8

Browse files
committed
Fix unit outlines being hidden by default when hidden UI is enabled
1 parent ea43ef2 commit 5788cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LuaUI/Widgets/gfx_outline_shader_gl4.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ options = {
147147
name = 'Disable with hidden UI',
148148
desc = 'Toggles outlines with Ctrl+F5.',
149149
type = 'bool',
150-
value = true,
150+
value = false,
151151
noHotkey = true,
152152
OnChange = function (self)
153153
hideWithUi = self.value

0 commit comments

Comments
 (0)