1.8.0
This commit is contained in:
@@ -243,7 +243,7 @@ function showWelcomeNotice(plugin: Plugin) {
|
||||
if (settings.welcomeMessage !== code) {
|
||||
const welcome = new DocumentFragment()
|
||||
welcome.createSpan({}, span => {
|
||||
span.innerHTML = `<strong>Omnisearch BETA has been updated</strong>
|
||||
span.innerHTML = `<strong>Omnisearch has been updated</strong>
|
||||
You can now enable "Images Indexing" to use Optical Character Recognition on your scanned documents
|
||||
🔎🖼`
|
||||
})
|
||||
|
||||
@@ -94,7 +94,7 @@ export class SettingsTab extends PluginSettingTab {
|
||||
<strong style="color: var(--text-accent)">Needs a restart to fully take effect.</strong>`
|
||||
})
|
||||
new Setting(containerEl)
|
||||
.setName('BETA - PDF Indexing')
|
||||
.setName('PDF Indexing')
|
||||
.setDesc(indexPDFsDesc)
|
||||
.addToggle(toggle =>
|
||||
toggle.setValue(settings.PDFIndexing).onChange(async v => {
|
||||
|
||||
Reference in New Issue
Block a user