mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
page: hide the urgent notice
This commit is contained in:
parent
252cb83ed3
commit
abb3e15426
@ -564,7 +564,7 @@ export default function(obj) {
|
|||||||
${urgentNotice({
|
${urgentNotice({
|
||||||
emoji: "😸",
|
emoji: "😸",
|
||||||
text: t("UrgentFilenameUpdate"),
|
text: t("UrgentFilenameUpdate"),
|
||||||
visible: true,
|
visible: false,
|
||||||
action: "popup('about', 1, 'changelog')"
|
action: "popup('about', 1, 'changelog')"
|
||||||
})}
|
})}
|
||||||
<div id="cobalt-main-box" class="center">
|
<div id="cobalt-main-box" class="center">
|
||||||
|
Loading…
Reference in New Issue
Block a user