stuff
This commit is contained in:
parent
6adf86f50d
commit
a468dea6f5
|
@ -215,7 +215,7 @@
|
||||||
BDFDB.TooltipUtils.create(updateNoticeList, BDFDB.LanguageUtils.LibraryStrings.update_notice_click, {
|
BDFDB.TooltipUtils.create(updateNoticeList, BDFDB.LanguageUtils.LibraryStrings.update_notice_click, {
|
||||||
type: "bottom",
|
type: "bottom",
|
||||||
delay: 500,
|
delay: 500,
|
||||||
onRemove: _ => {updateNoticeList.hasTooltip = false;}
|
onHide: _ => {updateNoticeList.hasTooltip = false;}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue