mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:06:08 +00:00
UI: ProgramAlert: Schedule action is Remove by default
This commit is contained in:
parent
45ae450129
commit
5145b85243
@ -264,6 +264,7 @@ void ConfAppManager::logBlockedApp(const LogEntryBlocked &logEntry)
|
||||
app.appOriginPath = appOriginPath;
|
||||
app.appPath = appPath;
|
||||
app.appName = appName;
|
||||
app.scheduleAction = App::ScheduleRemove; // default action for alert
|
||||
|
||||
const bool ok = addOrUpdateApp(app);
|
||||
if (ok) {
|
||||
|
Loading…
Reference in New Issue
Block a user