Make keyfile selection window modal#898
Conversation
If we don't use the modal view, the user can put the file selection window to background, click 'Choose...' and open additional windows.
|
This is indeed better, thanks! I also had a look if it would be straightforward to make the second path the same, as it calls |
|
|
|
I think best way forward, for the time being, would be to use the first version with modal dialog, making things consistent and look at alternatives like populated drop-down down the road. |
|
Sounds good and sorry for the stirr up but a sheet looks so much nicer :) |
|
I agree the sheet is so much nicer and should be the end goal 😄 I reverted it back to the original commit. |
If we don't use the modal view, the user can put the file selection window to background, click 'Choose...' and open additional windows.
This can become confusing and the additional windows can stay there hanging through the app's lifecycle. Moreover, if we choose 'Choose...' from the drop down menu, after selecting a key file, the dialog displayed is currently modal, inline with this commit.