mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-04-30 22:54:28 +02:00
fix(composer): opera download button
This commit is contained in:
parent
9e19de094e
commit
ac453d5485
@ -20,10 +20,8 @@ export default defineModule({
|
||||
marginTop: 4,
|
||||
marginLeft: 8,
|
||||
marginRight: 12,
|
||||
objectFit: "contain",
|
||||
tint: "white"
|
||||
}))
|
||||
jsx.setAttribute("src", assetCatalog.loadCatalog("share_sheet/res").downloadIcon)
|
||||
jsx.setAttribute("src", assetCatalog.loadCatalog("share_sheet/res").download)
|
||||
jsx.setAttributeFunction("onTap", () => downloadLastOperaMedia(false))
|
||||
jsx.setAttributeFunction("onLongPress", () => downloadLastOperaMedia(true))
|
||||
jsx.endRender()
|
||||
|
Loading…
x
Reference in New Issue
Block a user