This commit is contained in:
Lorens Osman 2025-03-24 09:09:37 +03:00
parent 986096eb3a
commit 3dafd3deeb
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"name": "Double row toolbar",
"version": "1.0.0",
"minAppVersion": "1.8.4",
"description": "Adds a second row to the Obsidian toolbar on mobile devices, allowing for more quick access buttons.",
"description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.",
"author": "Lorens Osman",
"authorUrl": "https://twitter.com/lorans_othman",
"fundingUrl": "https://www.buymeacoffee.com/lorens",

View file

@ -1,7 +1,7 @@
{
"name": "double-row-toolbar",
"version": "1.0.0",
"description": "Adds a second row to the Obsidian toolbar on mobile devices, allowing for more quick access buttons.",
"description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",