mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-06-20 23:01:40 +02:00
Fix close window
This commit is contained in:
@@ -198,16 +198,16 @@ void WindowCtrl::slotWindowState( Preferences::WindowState state )
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
|
||||
/*
|
||||
* Update the TB windows and states
|
||||
*/
|
||||
findWindows( m_ppid );
|
||||
|
||||
/*
|
||||
* Minimize all?
|
||||
*/
|
||||
if( state == Preferences::STATE_MINIMIZED_ALL || state == Preferences::STATE_MINIMIZED_ALL_STARTUP )
|
||||
{
|
||||
/*
|
||||
* Update the TB windows and states
|
||||
*/
|
||||
findWindows( m_ppid );
|
||||
|
||||
QList< quint64 > win_ids = getWinIds();
|
||||
|
||||
if( state == Preferences::STATE_MINIMIZED || state == Preferences::STATE_MINIMIZED_ALL )
|
||||
|
||||
Reference in New Issue
Block a user