Fix buggy --nolibrarybutton (regression)

pull/314/head
Kelson 7 years ago
parent d82f9e7d5e
commit cd44ba53a5

@ -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() ) {

Loading…
Cancel
Save