radiantlab / HDRICalibrationTool

A free, open-source cross-platform interface to help Radiance automate the merging of multiple LDR images into an HDR image.
GNU General Public License v3.0
4 stars 1 forks source link

Investigate if there's a way to title the file dialog windows to remind users what they're selecting #110

Open shantimorrell opened 5 months ago

shantimorrell commented 5 months ago

The user must select numerous files throughout the process of generating an HDR image and it's easy to forget which calibration factor file that specific dialog window is for, and the dialog window blocks view of the application itself.

Edit: There is a title option for Tauri API's open function (https://tauri.app/v1/api/js/dialog/#title-2), but unfortunately it doesn't appear to have any effect – at least for me on macOS.