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:
parent
df47499a28
commit
b3d1e1bfac
@ -37,6 +37,8 @@ public override void HideNotification(){
|
||||
Location = ControlExtensions.InvisibleLocation;
|
||||
}
|
||||
|
||||
public override void FinishCurrentNotification(){}
|
||||
|
||||
public void ShowExampleNotification(bool reset){
|
||||
if (reset){
|
||||
LoadTweet(exampleNotification);
|
||||
|
Loading…
Reference in New Issue
Block a user