1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-07-09 14:46:06 +02:00

Change compression option to integer range

This commit is contained in:
2024-10-27 03:54:24 +01:00
parent 363d4d7518
commit 7eca06332a
2 changed files with 9 additions and 11 deletions
Website/modules

@ -7,7 +7,7 @@ export default interface IBackendSettings {
"bufferNotifications": boolean;
"version": number;
"aprilFoolsMode": boolean;
"compressImages": boolean;
"compression": number;
"bwImages": boolean;
"requestLimits": {
"MangaInfo": number;