diff options
-rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index 1b941d3..f4e6327 100644 --- a/src/config.c +++ b/src/config.c @@ -118,7 +118,7 @@ set_defaults(MqConfig *config) SET_BOOL("devtools.enable", TRUE); /* General -> Compatibility */ - SET_STR ("compatibility.user-agent", "default"); //TODO + SET_STR ("compatibility.user-agent", "default"); SET_BOOL("compatibility.quirks", TRUE); /* Display -> Fonts */ |