You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all: great app! Exactly what I was looking for! And thanks for making it open source.
I've been trying to see if I can find where you define the root folder for the collections and it seems like it's this line.
As I have my big collections of svg-files on a different disk than my AppData folder, I'd have to duplicate all icons. It would be nice if the user could choose where the root folder is located. For the record, I use the windows version, but I guess System.path(#USER_APPDATA) results in a similar place on MacOS.
I know I could fork your app, hardcode the constant and recompile, but I wanted to check first if this feature is something you had thought of implementing anyway?
The text was updated successfully, but these errors were encountered:
I don't really have this in mind. What I could do is do add a configuration to the settings.json file which would override the default root path for local SVG files.
I could add a shortcut to the app for quickly opening this file.
First of all: great app! Exactly what I was looking for! And thanks for making it open source.
I've been trying to see if I can find where you define the root folder for the collections and it seems like it's this line.
As I have my big collections of svg-files on a different disk than my AppData folder, I'd have to duplicate all icons. It would be nice if the user could choose where the root folder is located. For the record, I use the windows version, but I guess
System.path(#USER_APPDATA)
results in a similar place on MacOS.I know I could fork your app, hardcode the constant and recompile, but I wanted to check first if this feature is something you had thought of implementing anyway?
The text was updated successfully, but these errors were encountered: