Fix naming.

This commit is contained in:
John Livingston
2024-08-01 17:14:07 +02:00
parent a4497739fa
commit dd03075831
3 changed files with 12 additions and 12 deletions

View File

@ -10,8 +10,8 @@ import { tplMUCTaskApp } from '../templates/muc-task-app.js'
* Custom Element to display the Task Application.
*/
export default class MUCTaskApp extends MUCApp {
enableSettingName = 'livechat_task_app_restore'
sessionStorangeShowKey = 'livechat-converse-task-app-show'
restoreSettingName = 'livechat_task_app_restore'
sessionStorageRestoreKey = 'livechat-converse-task-app-show'
render () {
return tplMUCTaskApp(this, this.model)