55c6de23ba
This changes the attachment saveFile() function in translators to be async. In order for errors to be properly caught, translators will need to be changed to make doExport() async and await on saveFile() calls. (The translation architecture theoretically already allows doExport() to be async.)
10 lines
160 B
SCSS
10 lines
160 B
SCSS
#zotero-export-options {
|
|
#export-option-includeAnnotations {
|
|
margin-top: 2px;
|
|
margin-left: 17px;
|
|
}
|
|
|
|
checkbox[disabled=true] label {
|
|
opacity: .5;
|
|
}
|
|
}
|