Added a notify message when adding a filter
This commit is contained in:
@@ -138,6 +138,8 @@ Filters::add(Database::IdType clusterId)
|
||||
_sigUpdated.emit();
|
||||
}));
|
||||
|
||||
LmsApp->notifyMsg(MsgType::Info, Wt::WString::tr("Lms.Explore.filter-added"), std::chrono::seconds {2});
|
||||
|
||||
_sigUpdated.emit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user