1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Mobile: Hide irrelevant settings

This commit is contained in:
Laurent Cozic
2017-11-23 18:54:26 +00:00
parent d8b19f7d08
commit fbf7b2cc43
4 changed files with 7 additions and 6 deletions

View File

@@ -386,9 +386,9 @@ Setting.metadata_ = {
86400: _('%d hours', 24),
};
}},
'showAdvancedOptions': { value: false, type: Setting.TYPE_BOOL, public: true, appTypes: ['mobile' ], label: () => _('Show advanced options') },
'noteVisiblePanes': { value: ['editor', 'viewer'], type: Setting.TYPE_ARRAY, public: false, appTypes: ['desktop'] },
'autoUpdateEnabled': { value: true, type: Setting.TYPE_BOOL, public: true, appTypes: ['desktop'], label: () => _('Automatically update the application') },
'showAdvancedOptions': { value: false, type: Setting.TYPE_BOOL, public: true, appTypes: ['mobile' ], label: () => _('Show advanced options') },
};
// Contains constants that are set by the application and