mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
Add an option to display single image on the first reader page. Close #244
This commit is contained in:
@@ -185,6 +185,7 @@ class Settings with ChangeNotifier {
|
||||
'initialPage': '0',
|
||||
'comicListDisplayMode': 'paging', // paging, continuous
|
||||
'showPageNumberInReader': true,
|
||||
'showSingleImageOnFirstPage': false,
|
||||
};
|
||||
|
||||
operator [](String key) {
|
||||
|
Reference in New Issue
Block a user