Falcion / UNITADE.md

A plugin for note-taking app Obsidian™ which allows you to treat any file extension as markdown note-file
MIT License
49 stars 0 forks source link

[BUG]: always assign "TRUE" in mobile extensions module (can't disable mobile mode) #32

Closed Falcion closed 4 months ago

Falcion commented 5 months ago

Contact details

No response

What the essence of the bug

Mobile extensions module can't be disabled.

Problem occurs at L#150 of settings.ts:

                            mobile_settings: {
                                ...this.plugin.settings.mobile_settings,
                                enable: true,
                            }
                        };

Change enable: true to enable: value

Version of an project's essence

2.0.0

On what OS you have encountered the bug.

Windows

Code of conduct

Issue policy

Falcion commented 4 months ago

Fixed in last release (v2.1.0).