diff options
| author | ruki <[email protected]> | 2022-06-03 00:55:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-06-03 00:55:31 +0800 |
| commit | 8e5e0c6038239eae863341bcf060f6d0ae4e7348 (patch) | |
| tree | f98fdd93bd8d8d4338f38becaa55006e7b127ba5 /xmake/core/project/project.lua | |
| parent | 73eab3a212c5db9ca2f739ba4b4a3ab80e662072 (diff) | |
improve option/showmenu
Diffstat (limited to 'xmake/core/project/project.lua')
| -rw-r--r-- | xmake/core/project/project.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua index 9a80da1aa..66f696bbb 100644 --- a/xmake/core/project/project.lua +++ b/xmake/core/project/project.lua @@ -1174,7 +1174,7 @@ function project.menu() for name, opt in pairs(opts) do -- show menu? - if opt:get("showmenu") then + if opt:get("showmenu") ~= false then -- the default value local default = "auto" |
