mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Properly disable function
This commit is contained in:
parent
86341d4a7a
commit
c5c3323f32
@ -128,7 +128,7 @@ Menuset
|
||||
CiteStyles
|
||||
Separator
|
||||
Item "Settings...|S" "inset-settings"
|
||||
Item "Try to Open Citation Content...|O" "inset-edit"
|
||||
OptItem "Try to Open Citation Content...|O" "inset-edit"
|
||||
End
|
||||
|
||||
|
||||
|
@ -193,10 +193,8 @@ bool InsetCitation::openCitationPossible() const
|
||||
return true;
|
||||
}
|
||||
|
||||
// last resort: is external script available?
|
||||
if (!lyxrc.citation_search_view.empty())
|
||||
return true;
|
||||
return false;
|
||||
// last resort: is external script activated?
|
||||
return lyxrc.citation_search;
|
||||
}
|
||||
|
||||
void InsetCitation::openCitation()
|
||||
|
Loading…
Reference in New Issue
Block a user