You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Mobile: Add support for plugin panels and dialogs (#10121)
This commit is contained in:
@@ -1331,6 +1331,15 @@ class Setting extends BaseModel {
|
||||
|
||||
'ui.layout': { value: {}, type: SettingItemType.Object, storage: SettingStorage.File, isGlobal: true, public: false, appTypes: [AppType.Desktop] },
|
||||
|
||||
'ui.lastSelectedPluginPanel': {
|
||||
value: '',
|
||||
type: SettingItemType.String,
|
||||
public: false,
|
||||
description: () => 'The last selected plugin panel ID in pop-up mode (mobile).',
|
||||
storage: SettingStorage.Database,
|
||||
appTypes: [AppType.Mobile],
|
||||
},
|
||||
|
||||
// TODO: Is there a better way to do this? The goal here is to simply have
|
||||
// a way to display a link to the customizable stylesheets, not for it to
|
||||
// serve as a customizable Setting. But because the Setting page is auto-
|
||||
|
||||
Reference in New Issue
Block a user