mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Honour lyxrc.show_banner again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33744 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c23fe9abfe
commit
8ffc79cf63
@ -140,6 +140,8 @@ public:
|
|||||||
BackgroundWidget()
|
BackgroundWidget()
|
||||||
{
|
{
|
||||||
LYXERR(Debug::GUI, "show banner: " << lyxrc.show_banner);
|
LYXERR(Debug::GUI, "show banner: " << lyxrc.show_banner);
|
||||||
|
if (!lyxrc.show_banner)
|
||||||
|
return;
|
||||||
/// The text to be written on top of the pixmap
|
/// The text to be written on top of the pixmap
|
||||||
QString const text = lyx_version ?
|
QString const text = lyx_version ?
|
||||||
qt_("version ") + lyx_version : qt_("unknown version");
|
qt_("version ") + lyx_version : qt_("unknown version");
|
||||||
|
Loading…
Reference in New Issue
Block a user