Fix buggy --nolibrarybutton (regression)

This commit is contained in:
Kelson 2019-08-04 20:19:25 +02:00
parent d82f9e7d5e
commit cd44ba53a5

View File

@ -160,7 +160,7 @@ void introduceTaskbar(string& content, const string& humanReadableBookId)
content,
"<head>",
RESOURCE::include_html_part + (noLibraryButtonFlag
? "<style>#kiwix_serve_taskbar_library_button { display: none }</style>"
? "<style>#kiwix_serve_taskbar_library_button { display: none !important }</style>"
: "")
);
if ( humanReadableBookId.empty() ) {