From 1bbde052ae4e88e8f00dd6c83e49b920163886f2 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Sat, 3 Oct 2020 21:28:32 +0300 Subject: [PATCH] - auto-switch to mobile theme was off in bundled config --- src/db/config.php.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/config.php.default b/src/db/config.php.default index 98fc8c8..ddd5399 100644 --- a/src/db/config.php.default +++ b/src/db/config.php.default @@ -55,6 +55,6 @@ $config['dateformatshort'] = 'j M'; $config['showdate'] = 0; # Autodetect mobile devices and switch theme -$config['detectmobile'] = 0; +$config['detectmobile'] = 1; ?> \ No newline at end of file