Fix settings heading again and bump minAppVersion to 1.7.2

This commit is contained in:
ProcC99 2026-06-14 02:44:48 +02:00
parent cfed67e253
commit a16e32e707
3 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{
"id": "dictcc-sidebar",
"name": "dict.cc Sidebar",
"version": "1.0.2",
"minAppVersion": "1.6.0",
"version": "1.0.3",
"minAppVersion": "1.7.2",
"description": "Right-click any selected word to look it up on dict.cc (German ↔ English). Shows bilingual translation tables in a sidebar with misspelling suggestions.",
"author": "Ergo ProcC",
"authorUrl": "https://github.com/ProcC99",

View file

@ -1,6 +1,6 @@
{
"name": "dictcc-sidebar",
"version": "1.0.2",
"version": "1.0.3",
"description": "Obsidian plugin: dict.cc sidebar for German-English translation",
"main": "main.js",
"scripts": {

View file

@ -302,7 +302,6 @@ class DictCCSettingTab extends PluginSettingTab {
display(): void {
const { containerEl } = this;
containerEl.empty();
new Setting(containerEl).setName("General").setHeading();
new Setting(containerEl)
.setName("Translation direction")