Skip to content

Fixing storage creation one first run

Louis Schul requested to merge work/fix-new-install into master

Newly created storage were not created properly.

Exemple :

Before :

Choosing to create it in "~/Documents" would result in a folder like this "~/Documentsklevernotes"

After :

Choosing to create it in "~/Documents" would result in a folder like this "~/Documents/klevernotes"

Edited by Louis Schul

Merge request reports