mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
implement continuous mode, gesture, keyboard recognition
This commit is contained in:
@@ -33,12 +33,12 @@ class _ReaderSettingsState extends State<ReaderSettings> {
|
||||
title: "Reading mode".tl,
|
||||
settingKey: "readerMode",
|
||||
optionTranslation: {
|
||||
"galleryLeftToRight": "Gallery Left to Right".tl,
|
||||
"galleryRightToLeft": "Gallery Right to Left".tl,
|
||||
"galleryTopToBottom": "Gallery Top to Bottom".tl,
|
||||
"continuousLeftToRight": "Continuous Left to Right".tl,
|
||||
"continuousRightToLeft": "Continuous Right to Left".tl,
|
||||
"continuousTopToBottom": "Continuous Top to Bottom".tl,
|
||||
"galleryLeftToRight": "Gallery (Left to Right)".tl,
|
||||
"galleryRightToLeft": "Gallery (Right to Left)".tl,
|
||||
"galleryTopToBottom": "Gallery (Top to Bottom)".tl,
|
||||
"continuousLeftToRight": "Continuous (Left to Right)".tl,
|
||||
"continuousRightToLeft": "Continuous (Right to Left)".tl,
|
||||
"continuousTopToBottom": "Continuous (Top to Bottom)".tl,
|
||||
},
|
||||
onChanged: () {
|
||||
widget.onChanged?.call("readerMode");
|
||||
|
Reference in New Issue
Block a user