Deftu / Screencapper

A newly maintained fork of the original Shotify mod by isXander.
Other
4 stars 0 forks source link

SXCU import uses a file path instead of a file picker. #5

Open Deftu opened 2 years ago

Deftu commented 2 years ago

The "SXCU Import" option takes file path as a text, instead of using some form of file picker. This is not very user-friendly for obvious reasons and is very inconvenient, even if it's only meant to be used once.

I have been notified of an LWJGL library called "tinyfd" which can be used to create a platform independent file dialog. The system can be migrated to this in the next version of Screencapper.

Deftu commented 2 years ago

When the Configured library is finished, Vigilance will be replaced by it. The library has a file option which DOES use TinyFD. This will fix the non user-friendly nature of this.