1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-21 15:15:48 +02:00

Fix example notification timer breaking on skip (forward mouse button or Enter)

This commit is contained in:
chylex 2018-01-28 20:54:49 +01:00
parent df47499a28
commit b3d1e1bfac

View File

@ -37,6 +37,8 @@ public override void HideNotification(){
Location = ControlExtensions.InvisibleLocation;
}
public override void FinishCurrentNotification(){}
public void ShowExampleNotification(bool reset){
if (reset){
LoadTweet(exampleNotification);