mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:18:07 +00:00
UI: Options: AppGropus: Don't add Fort's folder by default
This commit is contained in:
parent
c9f4864fba
commit
744fcc68ea
@ -227,8 +227,7 @@ AppGroup *FirewallConf::addAppGroupByName(const QString &name)
|
||||
|
||||
void FirewallConf::addDefaultAppGroup()
|
||||
{
|
||||
auto appGroup = addAppGroupByName("Main");
|
||||
appGroup->setAllowText('%' + EnvManager::envFortHome() + "%/**");
|
||||
addAppGroupByName("Main");
|
||||
}
|
||||
|
||||
void FirewallConf::moveAppGroup(int from, int to)
|
||||
|
Loading…
Reference in New Issue
Block a user