You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Chore: Fixed a few links that were broken after Lerna upgrade
This commit is contained in:
@@ -79,7 +79,7 @@ export default class JoplinSettings {
|
||||
*
|
||||
* The list of available settings is not documented yet, but can be found by looking at the source code:
|
||||
*
|
||||
* https://github.com/laurent22/joplin/blob/3539a452a359162c461d2849829d2d42973eab50/packages/app-mobile/lib/models/Setting.ts#L142
|
||||
* https://github.com/laurent22/joplin/blob/dev/packages/lib/models/Setting.ts#L142
|
||||
*/
|
||||
async globalValue(key: string): Promise<any> {
|
||||
return Setting.value(key);
|
||||
|
||||
Reference in New Issue
Block a user