You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Desktop, Mobile: Automatically detect and use operating system theme by default
This commit is contained in:
@@ -113,6 +113,10 @@ const defaultMigrations: DefaultMigration[] = [
|
||||
name: 'style.editor.contentMaxWidth',
|
||||
previousDefault: 600,
|
||||
},
|
||||
{
|
||||
name: 'themeAutoDetect',
|
||||
previousDefault: false,
|
||||
},
|
||||
];
|
||||
|
||||
// "UserSettingMigration" are used to migrate existing user setting to a new setting. With a way
|
||||
|
||||
Reference in New Issue
Block a user