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;
|
args << "-o" << "remove" << "-i" << noteID;
|
||||||
QProcess proc;
|
QProcess proc;
|
||||||
proc.start("notificationtool", args);
|
proc.start("notificationtool", args);
|
||||||
|
noteID = 1;
|
||||||
proc.waitForFinished();
|
proc.waitForFinished();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue