Reset notification ID after closing
This commit is contained in:
parent
71b644e32d
commit
61d9dae5ac
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ void Notification::close()
|
|||
args << "-o" << "remove" << "-i" << noteID;
|
||||
QProcess proc;
|
||||
proc.start("notificationtool", args);
|
||||
noteID = 1;
|
||||
proc.waitForFinished();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue