mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
Rename X-Tray to HexTray
This commit is contained in:
@@ -1885,10 +1885,10 @@ portable_mode ()
|
||||
}
|
||||
|
||||
int
|
||||
xtray_mode ()
|
||||
hextray_mode ()
|
||||
{
|
||||
#ifdef WIN32
|
||||
if ((_access( "plugins/xtray.dll", 0 )) != -1)
|
||||
if ((_access( "plugins/hextray.dll", 0 )) != -1)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user