Compare commits

...

3 Commits

Author SHA1 Message Date
ynyx631
49abf92724 Update main.yml 2025-11-01 14:48:06 +08:00
ynyx631
38376c5b2e Merge pull request #600 from liulifox233/master
Fix editor page gesture confict
2025-11-01 13:55:00 +08:00
LiuliFox
4053faa186 Fix editor page gesture confict 2025-11-01 13:51:48 +08:00
3 changed files with 4 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ jobs:
- run: | - run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev webkit2gtk-4.1 sudo apt-get install -y ninja-build libgtk-3-dev webkit2gtk-4.1
dart install https://github.com/venera-app/flutter_to_debian.git dart pub global activate -s git https://github.com/venera-app/flutter_to_debian.git
- run: python3 debian/build.py x64 - run: python3 debian/build.py x64
- run: dart run flutter_to_arch - run: dart run flutter_to_arch
- run: | - run: |
@@ -171,7 +171,7 @@ jobs:
flutter pub get flutter pub get
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev webkit2gtk-4.1 sudo apt-get install -y ninja-build libgtk-3-dev webkit2gtk-4.1
dart install https://github.com/venera-app/flutter_to_debian.git dart pub global activate -s git https://github.com/venera-app/flutter_to_debian.git
- name: "Patch font" - name: "Patch font"
run: | run: |
dart run patch/font.dart dart run patch/font.dart

View File

@@ -200,6 +200,7 @@ class _BodyState extends State<_Body> {
await ComicSourceManager().reload(); await ComicSourceManager().reload();
setState(() {}); setState(() {});
}), }),
iosFullScreenGesture: false,
); );
} }

View File

@@ -282,7 +282,7 @@ class _ReaderSettingsState extends State<ReaderSettings> {
).toSliver(), ).toSliver(),
_CallbackSetting( _CallbackSetting(
title: "Custom Image Processing".tl, title: "Custom Image Processing".tl,
callback: () => context.to(() => _CustomImageProcessing()), callback: () => context.to(() => _CustomImageProcessing(), iosFullScreenGesture: false),
actionTitle: "Edit".tl, actionTitle: "Edit".tl,
).toSliver(), ).toSliver(),
_SliderSetting( _SliderSetting(