[V1] Attempt on Reader Optimization + Infinite Scroll Glitches

This commit is contained in:
Youwes09
2026-02-26 19:49:48 -06:00
parent be15cb6ad8
commit 3d074a1fb1
6 changed files with 725 additions and 1073 deletions
+3 -16
View File
@@ -26,31 +26,18 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": ["appimage"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"externalBin": [
"binaries/suwayomi-server"
],
"resources": {
"binaries/suwayomi-bundle": "suwayomi-bundle"
},
"macOS": {
"minimumSystemVersion": "11.0",
"exceptionDomain": "localhost"
}
]
},
"plugins": {
"shell": {
"open": true,
"sidecar": [
"binaries/suwayomi-server"
]
"open": true
}
}
}