Commit 980861af authored by Antoine Cellerier's avatar Antoine Cellerier

Restore the interface when it's minimized and you click on the systray icon.

parent e116212b
......@@ -764,6 +764,11 @@ void MainInterface::toggleUpdateSystrayMenu()
show();
activateWindow();
}
else if( isMinimized() )
{
showNormal();
activateWindow();
}
else
{
#ifdef WIN32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment