mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- auto-switch to mobile theme was off in bundled config
This commit is contained in:
parent
0a1f494517
commit
1bbde052ae
1 changed files with 1 additions and 1 deletions
|
|
@ -55,6 +55,6 @@ $config['dateformatshort'] = 'j M';
|
|||
$config['showdate'] = 0;
|
||||
|
||||
# Autodetect mobile devices and switch theme
|
||||
$config['detectmobile'] = 0;
|
||||
$config['detectmobile'] = 1;
|
||||
|
||||
?>
|
||||
Loading…
Reference in a new issue