mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 20:20:18 +00:00
Update comment
This commit is contained in:
@@ -1168,10 +1168,9 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
if (error == ERROR_ALREADY_EXISTS || mutex == NULL)
|
if (error == ERROR_ALREADY_EXISTS || mutex == NULL)
|
||||||
{
|
{
|
||||||
/* restoring the HexChat window from the tray via the taskbar icon
|
/* Restoring the HexChat window from the tray via the taskbar icon.
|
||||||
* only works correctly when HexTray is used, but it's not a big deal
|
* Only works correctly when HexTray is used.
|
||||||
* since you can only minimize HexChat to tray via the taskbar if you
|
*/
|
||||||
* use HexTray*/
|
|
||||||
if (hextray_mode ())
|
if (hextray_mode ())
|
||||||
{
|
{
|
||||||
/* FindWindow() doesn't support wildcards so we check all the open windows */
|
/* FindWindow() doesn't support wildcards so we check all the open windows */
|
||||||
|
|||||||
Reference in New Issue
Block a user