mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 18:20:20 +00:00
Remove most of HexTray and one instance
You can still build HexTray manually if you want to try fixing it
This commit is contained in:
@@ -1860,23 +1860,6 @@ portable_mode ()
|
||||
#endif
|
||||
}
|
||||
|
||||
int
|
||||
hextray_mode ()
|
||||
{
|
||||
#ifdef WIN32
|
||||
if ((_access( "plugins/hchextray.dll", 0 )) != -1)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
int
|
||||
unity_mode ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user