mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Make the missing class warning opt-out
This commit is contained in:
parent
f305f0b4d8
commit
af4090bb0a
@ -634,7 +634,7 @@ string BufferParams::readToken(Lexer & lex, string const & token,
|
||||
"See section 3.1.2.2 (Class Availability) of the\n"
|
||||
"User's Guide for more information."), desc, prereqs);
|
||||
frontend::Alert::warning(_("Document class not available"),
|
||||
msg);
|
||||
msg, true);
|
||||
}
|
||||
} else if (token == "\\begin_preamble") {
|
||||
readPreamble(lex);
|
||||
|
Loading…
Reference in New Issue
Block a user