diff options
| author | ruki <[email protected]> | 2018-01-23 22:35:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-01-23 09:33:16 +0800 |
| commit | 478adaf9c00557eb14fee23a024a192e572e1f2e (patch) | |
| tree | d4501c2a839b20efe8dcbd142e888bdab4461f15 /xmake/core | |
| parent | 98f8f5d64a469fd727831a24776a7a69358f5768 (diff) | |
load menu config first
Diffstat (limited to 'xmake/core')
| -rw-r--r-- | xmake/core/ui/mconfdialog.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/core/ui/mconfdialog.lua b/xmake/core/ui/mconfdialog.lua index 8062cbe14..dd12398fa 100644 --- a/xmake/core/ui/mconfdialog.lua +++ b/xmake/core/ui/mconfdialog.lua @@ -56,6 +56,9 @@ Pressing <Y> includes, <N> excludes. Enter <Esc> to go back or exit, <?> for Hel -- insert menu config self:box():panel():insert(self:menuconf()) + + -- load config first + self:action_on(action.ac_on_load) end -- get menu config |
