mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-06 12:45:40 +02:00
Revert
This commit is contained in:
@@ -206,17 +206,10 @@ void SysTrayX::showTrayIcon()
|
||||
{
|
||||
if( !m_tray_icon )
|
||||
{
|
||||
/*
|
||||
* Create invisible icon
|
||||
*/
|
||||
QPixmap lookthrough( 256, 256 );
|
||||
lookthrough.fill( Qt::transparent );
|
||||
|
||||
/*
|
||||
* Create system tray icon
|
||||
*/
|
||||
m_tray_icon = new SysTrayXIcon( m_link, m_preferences );
|
||||
m_tray_icon->setIcon( QIcon( lookthrough ) );
|
||||
m_tray_icon->setContextMenu( m_tray_icon_menu );
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user