Skip to content

Commit

Permalink
fine tune previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Nov 8, 2022
1 parent c72ff81 commit ebe5aac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/qcheckgmail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,11 +729,8 @@ void qCheckGMail::visualNotify()
auto a = static_cast< qint32 >( m_notificationTimeOut ) ;
auto aa = "qCheckGMail" ;

if( !m_notificationSupportshyperlinks ){

l.append( "default" ) ;
l.append( tr( "Open Default Inbox" ) ) ;
}
l.append( "default" ) ;
l.append( tr( "Open Default Inbox" ) ) ;

auto result = m_dbusInterface.call( "Notify",aa,m_dbusId,"",m,e,l,mm,a ) ;

Expand Down

0 comments on commit ebe5aac

Please sign in to comment.