This commit is contained in:
Mirco Wittrien 2020-08-03 21:59:23 +02:00
parent 6adf86f50d
commit a468dea6f5
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@
BDFDB.TooltipUtils.create(updateNoticeList, BDFDB.LanguageUtils.LibraryStrings.update_notice_click, {
type: "bottom",
delay: 500,
onRemove: _ => {updateNoticeList.hasTooltip = false;}
onHide: _ => {updateNoticeList.hasTooltip = false;}
});
}
}

File diff suppressed because one or more lines are too long