You've already forked joplin
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user