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
When I click 'Open folder' button, the default directory of file dialog is the same as the executable is located.
However, if this program is intended to be used on Linux, it would be more convenient to point to the usual cursor theme directory such as /usr/share/icons.
This could be achieved with code like this:
When I click 'Open folder' button, the default directory of file dialog is the same as the executable is located.
However, if this program is intended to be used on Linux, it would be more convenient to point to the usual cursor theme directory such as
/usr/share/icons
.This could be achieved with code like this:
If this program is developed to be cross-platform, this code may cause errors. So it might be a good idea to check if a directory exists before.
The text was updated successfully, but these errors were encountered: