We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea43ef2 commit ade7f09Copy full SHA for ade7f09
LuaUI/Widgets/gfx_outline_shader_gl4.lua
@@ -86,7 +86,7 @@ local scaleWithHeight = true
86
local functionScaleWithHeight = true
87
local zoomScaleRange = 0.4
88
local overrideDrawBoxes = false
89
-local hideWithUi = true
+local hideWithUi = false
90
91
local function PrintDrawBox()
92
if overrideDrawBoxes then
@@ -147,7 +147,7 @@ options = {
147
name = 'Disable with hidden UI',
148
desc = 'Toggles outlines with Ctrl+F5.',
149
type = 'bool',
150
- value = true,
+ value = false,
151
noHotkey = true,
152
OnChange = function (self)
153
hideWithUi = self.value
0 commit comments