mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
fixes #2089 hide search in this button, by default
This commit is contained in:
+1
-1
@@ -75,6 +75,6 @@ INSERT INTO piwigo_config (param,value) VALUES ('picture_caddie_icon','true');
|
|||||||
INSERT INTO piwigo_config (param,value) VALUES ('picture_representative_icon','true');
|
INSERT INTO piwigo_config (param,value) VALUES ('picture_representative_icon','true');
|
||||||
INSERT INTO piwigo_config (param,value) VALUES ('show_mobile_app_banner_in_admin','true');
|
INSERT INTO piwigo_config (param,value) VALUES ('show_mobile_app_banner_in_admin','true');
|
||||||
INSERT INTO piwigo_config (param,value) VALUES ('show_mobile_app_banner_in_gallery','false');
|
INSERT INTO piwigo_config (param,value) VALUES ('show_mobile_app_banner_in_gallery','false');
|
||||||
INSERT INTO piwigo_config (param,value) VALUES ('index_search_in_set_button','true');
|
INSERT INTO piwigo_config (param,value) VALUES ('index_search_in_set_button','false');
|
||||||
INSERT INTO piwigo_config (param,value) VALUES ('index_search_in_set_action','true');
|
INSERT INTO piwigo_config (param,value) VALUES ('index_search_in_set_action','true');
|
||||||
INSERT INTO piwigo_config (param,value) VALUES ('upload_detect_duplicate','true');
|
INSERT INTO piwigo_config (param,value) VALUES ('upload_detect_duplicate','true');
|
||||||
|
|||||||
Reference in New Issue
Block a user