mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-03 03:56:30 +03:00
More git plugin refactor and some fixes.
This commit is contained in:
@@ -41,6 +41,7 @@ void NotificationCenter::addNotification( const String& text, const Time& delay
|
||||
{ Actions::FadeIn::New( Seconds( 0.125 ) ), Actions::Delay::New( delay ),
|
||||
Actions::FadeOut::New( Seconds( 0.125 ) ), Actions::Close::New() } );
|
||||
tv->runAction( sequence );
|
||||
Log::info( "Displayed notification:\n%s", text.toUtf8() );
|
||||
};
|
||||
|
||||
if ( Engine::isRunninMainThread() )
|
||||
|
||||
Reference in New Issue
Block a user