mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 23:56:13 +08:00
fix: image preview
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -254,7 +254,7 @@ class _InteractiveviewerGalleryState extends State<InteractiveviewerGallery>
|
|||||||
}
|
}
|
||||||
|
|
||||||
String _getActualUrl(int index) => _thumbList[index] && _quality != 100
|
String _getActualUrl(int index) => _thumbList[index] && _quality != 100
|
||||||
? '${widget.sources[index]}@${_quality}q.webp'.http2https
|
? '${widget.sources[index].url}@${_quality}q.webp'.http2https
|
||||||
: widget.sources[index].url.http2https;
|
: widget.sources[index].url.http2https;
|
||||||
|
|
||||||
void onClose() {
|
void onClose() {
|
||||||
|
|||||||
Reference in New Issue
Block a user