Flatseal icon indicating copy to clipboard operation
Flatseal copied to clipboard

Use combobox instead of switch for Filesystem permissions

Open sonnyp opened this issue 2 years ago • 5 comments

Filesystem permissions are not binary. There are 3 options, ro, rw (default) and create.

I propose to replace the GtkSwitch with a GtkCombobox to allow for one of of the following options Off / Read write / Read only / Read write create

I think it would encourage users to use Read only as well since it's not the default option.

It took me a while to understand why filesystem=host wasn't active for my app.

Screenshot from 2021-10-17 13-14-51

sonnyp avatar Oct 17 '21 12:10 sonnyp