Skip to content

Commit

Permalink
Fix missing jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZockerAxel committed Aug 23, 2024
1 parent 21cefba commit 00bc5d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/viewer/Viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,11 @@ export default class Viewer {
return this.#awayMessageHidden;
}

/**
* Sets whether sub channels will be shown
*
* @param {boolean} shown Whether sub channels should be shown
*/
setSubChannelsShown(shown) {
this.#subChannelsShown = shown;

Expand Down

0 comments on commit 00bc5d9

Please sign in to comment.