mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix #2057 add option to change or disable search division count
This commit is contained in:
parent
33b2c79891
commit
8b9b00652c
5 changed files with 23 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue