This commit is contained in:
Simon Cambier
2022-10-27 19:31:18 +02:00
parent 573f3fa31b
commit 422f84c1cf
6 changed files with 8 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ export default class OmnisearchPlugin extends Plugin {
await populateIndex()
})
// showWelcomeNotice(this)
showWelcomeNotice(this)
}
onunload(): void {
@@ -151,8 +151,7 @@ async function cleanOldCacheFiles() {
}
function showWelcomeNotice(plugin: Plugin) {
return
const code = '1.6.0'
const code = '1.7.6'
if (settings.welcomeMessage !== code) {
const welcome = new DocumentFragment()
welcome.createSpan({}, span => {