mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:57:24 +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()
|
void FirewallConf::addDefaultAppGroup()
|
||||||
{
|
{
|
||||||
auto appGroup = addAppGroupByName("Main");
|
addAppGroupByName("Main");
|
||||||
appGroup->setAllowText('%' + EnvManager::envFortHome() + "%/**");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void FirewallConf::moveAppGroup(int from, int to)
|
void FirewallConf::moveAppGroup(int from, int to)
|
||||||
|
Loading…
Reference in New Issue
Block a user