1
0
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:
Henry Heino
2024-03-14 12:04:32 -07:00
committed by GitHub
parent b9eb4522f5
commit b3ec92a57e
34 changed files with 1013 additions and 44 deletions

View File

@@ -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-