protocols/matrix: Fix icon

This commit is contained in:
Alexander von Gluck IV 2023-03-07 12:27:36 -06:00
parent 3f7201038d
commit 4489f80507
2 changed files with 2 additions and 3 deletions

View File

@ -65,7 +65,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
LIBS = be bnetapi localestub matrix_client network $(STDCPPLIBS)
LIBS = be bnetapi localestub interface matrix_client network $(STDCPPLIBS)
# Specify additional paths to directories following the standard libXXX.so

View File

@ -158,8 +158,7 @@ MatrixProtocol::Commands()
BBitmap*
MatrixProtocol::Icon() const
{
return NULL;
// return ReadNodeIcon(fAddOnPath.Path(), B_LARGE_ICON, true);
return ReadNodeIcon(fAddOnPath.Path(), B_LARGE_ICON, true);
}