don't attempt to collapse toolbar in Z standalone
This commit is contained in:
parent
48017eb1b6
commit
9f2d231741
1 changed files with 2 additions and 0 deletions
|
@ -495,6 +495,8 @@ var ZoteroPane = new function()
|
||||||
*/
|
*/
|
||||||
function _setFullWindowMode(set) {
|
function _setFullWindowMode(set) {
|
||||||
// hide or show navigation toolbars
|
// hide or show navigation toolbars
|
||||||
|
if(Zotero.isStandalone) return;
|
||||||
|
|
||||||
var toolbox = getNavToolbox();
|
var toolbox = getNavToolbox();
|
||||||
if(set) {
|
if(set) {
|
||||||
// the below would be a good thing to do if the whole title bar (and not just the center
|
// the below would be a good thing to do if the whole title bar (and not just the center
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue