mirror of
https://github.com/procc99/dictcc-sidebar.git
synced 2026-07-22 07:46:05 +00:00
Fix settings heading again and bump minAppVersion to 1.7.2
This commit is contained in:
parent
cfed67e253
commit
a16e32e707
3 changed files with 3 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue