ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Consistency in disabling tool menu items #804

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

When the application loads, the Trust tool is disabled. That makes sense because trust is active. However once switching away to a different tool the disable behavior is not applied to the new tool.

Just need to be consistent. Either remove the initial trust disabling, or make all views disabled when active.

dorschs57 commented 1 year ago

@jw3 I'm removing the initial disable in my PR #789