Skip to content
Snippets Groups Projects

Resolves #343 GUI and Frame Refactor

Merged Nicolas Pope requested to merge feature/gui2 into master
Compare and Show latest version
12 files
+ 246
31
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -33,6 +33,10 @@ std::vector<std::string> AddCtrl::getHosts() {
return std::move(io->feed()->knownHosts());
}
std::vector<std::string> AddCtrl::getGroups() {
return {};
}
std::set<ftl::stream::SourceInfo> AddCtrl::getRecent() {
return std::move(io->feed()->recentSources());
}
Loading