Settings to invert colors of the images

Useful for novels, for reading in dark mode
This commit is contained in:
Kenrick
2024-07-08 23:15:17 +08:00
parent 109241e584
commit 1fdbdf5185
3 changed files with 5 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ export type Settings = {
quickActions: boolean;
fontSize: FontSize;
zoomDefault: ZoomModes;
invertColors: boolean;
volumeDefaults: VolumeDefaults;
ankiConnectSettings: AnkiConnectSettings;
};
@@ -84,6 +85,7 @@ const defaultSettings: Settings = {
quickActions: true,
fontSize: 'auto',
zoomDefault: 'zoomFitToScreen',
invertColors: false,
volumeDefaults: {
singlePageView: false,
rightToLeft: true,