jkotra / eOVPN

OpenVPN Configuration Manager.
GNU General Public License v3.0
70 stars 9 forks source link

[Feature Request] Provide visual feedback if wrong config file type supplied #25

Closed gruentee closed 2 years ago

gruentee commented 2 years ago

Hi,

thanks for making eOVPN, it looks slick.

I'd like to suggest the following usability improvement. A.t.m. it isn't totally obvious why a configuration file isn't accepted if it is not a ZIP file. If fed with a normal text file (OpenVPN configuration file) there should be some visual feedback showing an error. BTW is there any particular reason plain text files are not allowed?

jkotra commented 2 years ago

added a MessageDialog in 1.12 to show error if Configuration Source is not a ZIP file.

gruentee commented 2 years ago

Thanks, much appreciated!