mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
Related to #1387 changed variables names for more clarity
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user