Restore minimize/maximize buttons in note windows on Windows
From db6ec2b160
This commit is contained in:
parent
7b7b4e6e9e
commit
1b6dc5d681
1 changed files with 1 additions and 1 deletions
|
@ -3023,7 +3023,7 @@ var ZoteroPane = new function()
|
|||
}
|
||||
|
||||
var io = { itemID: itemID, collectionID: col, parentItemID: parentItemID };
|
||||
window.openDialog('chrome://zotero/content/note.xul', name, 'chrome,resizable,centerscreen', io);
|
||||
window.openDialog('chrome://zotero/content/note.xul', name, 'chrome,resizable,centerscreen,dialog=false', io);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue