You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Mobile: Implement plugin screen redesign (#10465)
This commit is contained in:
@ -38,6 +38,7 @@ interface Props {
|
||||
function manifestToItem(manifest: PluginManifest): PluginItem {
|
||||
return {
|
||||
manifest: manifest,
|
||||
installed: true,
|
||||
enabled: true,
|
||||
deleted: false,
|
||||
devMode: false,
|
||||
|
Reference in New Issue
Block a user