summaryrefslogtreecommitdiff
path: root/xmake/core
diff options
context:
space:
mode:
authorruki <[email protected]>2018-01-23 22:35:32 +0800
committerruki <[email protected]>2018-01-23 09:33:16 +0800
commit478adaf9c00557eb14fee23a024a192e572e1f2e (patch)
treed4501c2a839b20efe8dcbd142e888bdab4461f15 /xmake/core
parent98f8f5d64a469fd727831a24776a7a69358f5768 (diff)
load menu config first
Diffstat (limited to 'xmake/core')
-rw-r--r--xmake/core/ui/mconfdialog.lua3
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