Fix bug that prevented aquireing new items
Add save button to master that saves json file Remove autosave on quit
This commit is contained in:
parent
5fb9ca7cc0
commit
954eec754c
14 changed files with 61 additions and 18 deletions
|
|
@ -99,7 +99,6 @@ void AlarmTime::doTick()
|
|||
{
|
||||
if(time_.time().hour() == QTime::currentTime().hour() && time_.time().minute() == QTime::currentTime().minute())
|
||||
{
|
||||
qDebug()<<"Trigger\n";
|
||||
triggerd_=true;
|
||||
performAction();
|
||||
if(repeat_ == REPEAT_NEVER) exausted = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue