mirror of
https://github.com/jsmorabito/obsidian-commander.git
synced 2026-07-22 06:40:31 +00:00
The "reset to default" button in the advanced toolbar settings calls ExtraButtonComponent.setTooltip(), which Obsidian only added in 1.4.4. minAppVersion was still declared as 1.4.0, so that call was already unsupported on 1.4.0-1.4.3 for anyone still on it. This just makes the declared minimum match reality; 1.4.4 predates essentially every currently-active install.
11 lines
359 B
JSON
11 lines
359 B
JSON
{
|
|
"id": "cmdr",
|
|
"name": "Commander",
|
|
"version": "0.5.5",
|
|
"minAppVersion": "1.4.4",
|
|
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.",
|
|
"author": "jsmorabito & phibr0",
|
|
"authorUrl": "https://github.com/phibr0",
|
|
"fundingUrl": "https://ko-fi.com/phibr0",
|
|
"isDesktopOnly": false
|
|
}
|