1 条评价
- 评分 3 / 5来自 MisterHammer, 4 个月前While in certain ways it is nice to see someone pick up where the OG developer left off, What would make the extension even better is the ability to hide the 'Next Background' button or remove it altogether.
Back when i used the OG tabliss, If i used the 'Upload Image' option, It didn't have that if i just uploaded one image.
Having the button present makes it feel slightly obnoxious.
Sorry if i offend anyone by saying that.开发者回应
发布于 4 个月前Hi! Developer here 👋
You can hide the control buttons using the custom CSS widget by adding:
.controls {
display: none;
}
I’ll also fix this so that when there’s only a single image, the controls won’t be shown at all.
For future issues or questions, it’s much better to reach out via GitHub rather than leaving a review, that way we can actually help and track the problem properly. Also worth noting: someone specifically requested having controls on media backgrounds there.