fixed comments

This commit is contained in:
zadam
2022-12-22 14:59:20 +01:00
parent 8ec2547b4a
commit 5a3882f388
4 changed files with 50 additions and 49 deletions

View File

@@ -147,6 +147,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
* Adds a new launcher to the launchbar. If the launcher (id) already exists, it will be updated.
*
* @deprecated you can now create/modify launchers in the top-left Menu -> Configure Launchbar
* for special needs there's also backend API's createOrUpdateLauncher()
* @param {AddButtonToToolbarOptions} opts
*/
this.addButtonToToolbar = async opts => {