You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Doc: Mark several desktop-only plugin API features as "desktop-only" (#10208)
This commit is contained in:
@ -78,6 +78,8 @@ export default class JoplinViewsDialogs {
|
||||
* Displays a dialog to select a file or a directory. Same options and
|
||||
* output as
|
||||
* https://www.electronjs.org/docs/latest/api/dialog#dialogshowopendialogbrowserwindow-options
|
||||
*
|
||||
* <span class="platform-desktop">desktop</span>
|
||||
*/
|
||||
public async showOpenDialog(options: any): Promise<any> {
|
||||
return this.implementation_.showOpenDialog(options);
|
||||
|
Reference in New Issue
Block a user