Fixes #1399 Added mesage at the end of result list if result limit reached

Related to #1387 changed variables names for more clarity
This commit is contained in:
Matthieu Leproux 2021-05-12 16:45:39 +02:00
parent 1ce38771f5
commit e5ed68e6a8
4 changed files with 24 additions and 8 deletions

View file

@ -716,8 +716,9 @@ $conf['dashboard_check_for_updates'] = true;
// Number Weeks displayed on activity chart on the dashboard
$conf['dashboard_activity_nb_weeks'] = 4;
// Number of seconds before auto openning when dragging albums in milliseconds : 3 seconds by default
$conf['delay_before_auto_openning'] = 3*1000;
// On album mover page, number of seconds before auto openning album when
// dragging an album. In milliseconds. 3 seconds by default.
$conf['album_move_delay_before_auto_opening'] = 3*1000;
// +-----------------------------------------------------------------------+
// | Filter |