-
Notifications
You must be signed in to change notification settings - Fork 102
Can flatseal add a switch beside the Environment Variable setting? #830
Description
Hi, Thank you for your excellent work to Flatseal. Recently I met a network proxy problem for flatpak app. I used the Floorp brosweer flatpak version. The proxy network can be solved by using flatpak override --user --env=http_proxy=http://127.0.0.1:7890 --env=https_proxy=http://127.0.0.1:7890 one.ablaze.floorp in the terminal. But after turning off the VPN(or other proxy software setting), I need to clean this proxy setting by flatpak override --reset one.ablaze.floorp. This is a little complicated for me when each time I want to use proxy network for flatpak app because I hate to remember these command :(
I noticed that such proxy parameters were list in Flatseal environment variable setting. show as following picture:
I kindly hope that you could add a switch beside the Environment variable setting for each variables. So that I can use this switch to control variables enable or disable rather than using command line.
Thank you for your time and consideration :)