Fix #2057 add option to change or disable search division count

This commit is contained in:
Kijin Sung 2023-09-24 21:50:53 +09:00
parent 33b2c79891
commit 8b9b00652c
5 changed files with 23 additions and 2 deletions

View file

@ -56,6 +56,7 @@ class DocumentAdminController extends Document
$config->view_count_option = Context::get('view_count_option');
$config->icons = Context::get('icons');
$config->micons = Context::get('micons');
$config->search_division = intval(Context::get('search_division') ?? 5000);
// Get icon skin type
$config->icons_type = 'gif';