This commit is contained in:
kodjomoustapha 2024-03-25 16:11:25 +01:00
parent 938cb4596a
commit 33410544f0
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ class ReaderController extends _$ReaderController {
}
bool getShowPageNumber() {
if (incognitoMode) {
if (!incognitoMode) {
return getIsarSetting().showPagesNumber!;
}
return true;

View file

@ -53,7 +53,6 @@ dependencies:
ref: 0ab6b10ea660ead8e8e1694517aabe3582f25d5c
media_kit_libs_video: ^1.0.4
crypto: ^3.0.3
rinf: ^6.6.2
protobuf: ^3.1.0
cupertino_icons: ^1.0.6
window_manager: ^0.3.8
@ -77,6 +76,7 @@ dependencies:
flutter_highlight: ^0.7.0
highlight: ^0.7.0
json_view: ^0.4.2
rinf: ^6.7.0
dependency_overrides:
analyzer: ">=5.2.0 <7.0.0"