mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
revert to using gif for default icon
This commit is contained in:
@@ -29,7 +29,7 @@ public class FeedService {
|
||||
this.faviconFetchers = faviconFetchers;
|
||||
|
||||
try {
|
||||
defaultFavicon = IOUtils.toByteArray(getClass().getResource("/images/default_favicon.ico"));
|
||||
defaultFavicon = IOUtils.toByteArray(getClass().getResource("/images/default_favicon.gif"));
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException("could not load default favicon", e);
|
||||
}
|
||||
|
||||
BIN
src/main/resources/images/default_favicon.gif
Normal file
BIN
src/main/resources/images/default_favicon.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 238 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user