Enable placefile auto-refresh (no more frequent than every 15 seconds)

This commit is contained in:
Dan Paulat 2023-08-23 21:39:17 -05:00
parent 170e30ca6c
commit 80c307c5fc
3 changed files with 125 additions and 11 deletions

View file

@ -113,6 +113,11 @@ std::string Placefile::title() const
return p->title_;
}
std::chrono::seconds Placefile::refresh() const
{
return p->refresh_;
}
std::unordered_map<std::size_t, std::shared_ptr<Placefile::Font>>
Placefile::fonts()
{