mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 11:22:38 -04:00
Fix buggy --nolibrarybutton (regression)
This commit is contained in:
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…
x
Reference in New Issue
Block a user