mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:20:05 +00:00
Enable placefile auto-refresh (no more frequent than every 15 seconds)
This commit is contained in:
parent
170e30ca6c
commit
80c307c5fc
3 changed files with 125 additions and 11 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue