aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/stores/SettingsStore.es6.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-16 01:05:29 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-16 01:05:29 +0200
commit6bac1540bd9383c4e6e0510d9b75db34346187ed (patch)
tree636177a6bfc4a55ceb425b442fed2520aafb3145 /web/src/js/stores/SettingsStore.es6.js
parent674bc4273e9a2f1a2e41ef977a80219423c7cb51 (diff)
downloadmitmproxy-6bac1540bd9383c4e6e0510d9b75db34346187ed.tar.gz
mitmproxy-6bac1540bd9383c4e6e0510d9b75db34346187ed.tar.bz2
mitmproxy-6bac1540bd9383c4e6e0510d9b75db34346187ed.zip
ignore compiled files in diff
Diffstat (limited to 'web/src/js/stores/SettingsStore.es6.js')
-rw-r--r--web/src/js/stores/SettingsStore.es6.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/src/js/stores/SettingsStore.es6.js b/web/src/js/stores/SettingsStore.es6.js
index 2743161e..29971fa7 100644
--- a/web/src/js/stores/SettingsStore.es6.js
+++ b/web/src/js/stores/SettingsStore.es6.js
@@ -5,7 +5,8 @@ class _SettingsStore extends EventEmitter {
//FIXME: What do we do if we haven't requested anything from the server yet?
this.settings = {
version: "0.12",
- showEventLog: true
+ showEventLog: true,
+ mode: "transparent",
};
}
getAll() {