Linux: Save icons to user data directory, use path to AppImage as executable path in desktop entries #894
Loading…
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #893
are you handling the case where the directory doesn't exist (for some reason), Wx will not automatically create the folders when creating the file.
You can use Mkdir to make any missing directories.
I believe so