diff options
Diffstat (limited to 'src/Graphics.cpp')
| -rw-r--r-- | src/Graphics.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Graphics.cpp b/src/Graphics.cpp index ad3696d..f948584 100644 --- a/src/Graphics.cpp +++ b/src/Graphics.cpp @@ -1190,9 +1190,14 @@ void Graphics::draw_icon(int x, int y, Icon icon) case IconPause: drawchar(x, y, 0x90, 255, 255, 255, 255); break; + case IconReport: + drawchar(x, y, 0xE3, 255, 255, 0, 255); + break; + case IconFavourite: + drawchar(x, y, 0xCC, 192, 160, 64, 255); + break; case IconVoteSort: case IconDateSort: - case IconFavourite: case IconFolder: case IconSearch: case IconDelete: |
