(cp e5ed68e) 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:
plegall
2021-05-14 15:49:22 +02:00
parent fec62fc52b
commit 8d18c6d16d
4 changed files with 24 additions and 8 deletions
+3 -2
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 |