From c2040f624354528d87d4b1ce69f81c46ca83642d Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 2 Oct 2020 10:10:10 +0200 Subject: [PATCH] issue #1069 forgot to set new settings at install --- install/config.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/config.sql b/install/config.sql index 4bdd9d664..14a68ef33 100644 --- a/install/config.sql +++ b/install/config.sql @@ -73,3 +73,5 @@ INSERT INTO piwigo_config (param,value) VALUES ('display_fromto','false'); INSERT INTO piwigo_config (param,value) VALUES ('picture_edit_icon','true'); 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 ('show_mobile_app_banner_in_admin','true'); +INSERT INTO piwigo_config (param,value) VALUES ('show_mobile_app_banner_in_gallery','false');