From 8d4c9add5104396ae7cf8468f358645e3a5444e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 20 Mar 2016 02:22:05 +0100 Subject: [PATCH] Add Agent configuration file. --- model/agent-config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 model/agent-config.json diff --git a/model/agent-config.json b/model/agent-config.json new file mode 100644 index 00000000..3a1a4139 --- /dev/null +++ b/model/agent-config.json @@ -0,0 +1,4 @@ +{ + "isKeymapsMenuExpanded": true, + "isMacrosMenuExpanded": true +}