mirror of
https://github.com/venera-app/venera.git
synced 2025-12-16 15:11:14 +00:00
Improve sharing image & saving image
This commit is contained in:
@@ -324,6 +324,8 @@ enum ReaderMode {
|
||||
|
||||
bool get isGallery => key.startsWith('gallery');
|
||||
|
||||
bool get isContinuous => key.startsWith('continuous');
|
||||
|
||||
const ReaderMode(this.key);
|
||||
|
||||
static ReaderMode fromKey(String key) {
|
||||
|
||||
Reference in New Issue
Block a user