mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
page: hide the urgent notice
This commit is contained in:
parent
252cb83ed3
commit
abb3e15426
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ export default function(obj) {
|
|||
${urgentNotice({
|
||||
emoji: "😸",
|
||||
text: t("UrgentFilenameUpdate"),
|
||||
visible: true,
|
||||
visible: false,
|
||||
action: "popup('about', 1, 'changelog')"
|
||||
})}
|
||||
<div id="cobalt-main-box" class="center">
|
||||
|
|
Loading…
Reference in a new issue