runner: autoupdate improvements (#2346)

This commit is contained in:
Andrey Nekrasov
2020-04-27 13:39:47 +03:00
committed by GitHub
parent 55c311cd39
commit ce4643d650
5 changed files with 92 additions and 21 deletions

View File

@@ -22,6 +22,7 @@ namespace notifications
struct snooze_button
{
std::wstring snooze_title;
std::vector<snooze_duration> durations;
};