From 81e89ae384c4b602851bd06403dac6cba219781b Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Tue, 31 Jan 2017 12:48:07 +0300 Subject: [PATCH] Make sure that new dropdown always visible To make sure it doesn't happen. https://github.com/qooob/authentic-theme/issues/660 --- filemin/filemin-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemin/filemin-lib.pl b/filemin/filemin-lib.pl index 4686f11f4..85fca6761 100644 --- a/filemin/filemin-lib.pl +++ b/filemin/filemin-lib.pl @@ -179,7 +179,7 @@ sub print_interface { print ""; # And toolbar - if($userconfig{'menu_style'}) { + if($userconfig{'menu_style'} || $current_theme eq 'authentic-theme') { print_template("unauthenticated/templates/menu.html"); } else { print_template("unauthenticated/templates/quicks.html");