mirror of
https://github.com/jsmorabito/obsidian-commander.git
synced 2026-07-22 06:40:31 +00:00
openTabById("mobile") targeted a settings tab ID that no longer
exists (pre-existing bug, predates this branch - "mobile" isn't a
category in current Obsidian's settings sidebar). Configure mobile
toolbar actually lives under Interface, per the user; switched to
openTabById("interface") to match the id convention already used for
the View Header button elsewhere in this file. Doesn't deep-link into
the mobile toolbar sub-page specifically (no public API for that),
but at least lands on the right tab instead of doing nothing.
|
||
|---|---|---|
| .. | ||
| __tests__ | ||
| assets | ||
| manager/commands | ||
| styles | ||
| ui | ||
| constants.ts | ||
| custom.d.ts | ||
| l10n.ts | ||
| main.ts | ||
| types.ts | ||
| util.tsx | ||