mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 01:33:19 +00:00
Fix tags list not up to date after adding or removing a tag
This commit is contained in:
parent
dc4f0795c7
commit
9ced5c422d
3 changed files with 27 additions and 10 deletions
|
@ -36,6 +36,8 @@ class Mirai
|
|||
std::weak_ptr<TasksView> getTasks();
|
||||
const std::vector<std::string> &getTags();
|
||||
|
||||
void reloadTags();
|
||||
|
||||
private:
|
||||
// The `TasksFile`s are shared to the views, their lifetime can outlive
|
||||
// this (Mirai) object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue