1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Mobile: Settings screen: Create separate pages for each screen (#8567)

This commit is contained in:
Henry Heino
2023-11-09 11:19:08 -08:00
committed by GitHub
parent 0340c7f65c
commit 672d028d29
34 changed files with 1293 additions and 544 deletions

View File

@@ -77,7 +77,7 @@ export interface State {
syncStarted: boolean;
syncReport: any;
searchQuery: string;
settings: any;
settings: Record<string, any>;
sharedData: any;
appState: string;
biometricsDone: boolean;