-
-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: improved DefaultAction behaviour
- On the very first install, or if the GUI's settings.conf file was not created, GUI's DefaultAction item was not configured properly. - Now when the daemon is not connected to the GUI, it'll use the DefaultAction configured in /etc/opensnitchd/default-config.json - When the daemon is connected to the GUI, the GUI will reconfigure daemon's DefaultAction value when the one defined by the GUI. In this case the value defined in default-config.json is not modified, it'll only be valid while it's connected to the GUI. Now when opening Preferences->Nodes, it'll display daemon's DefaultAction defined in the file default-config.json file, which is the default action applied when the daemon is not connected to the GUI. Related: #884 , #896
- Loading branch information
1 parent
fb27e4c
commit 74b6bc2
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters