mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Change Logo img
This commit is contained in:
parent
b2c8b915b0
commit
3b5a59ac55
4 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import org.slf4j.LoggerFactory;
|
||||||
public class ImageUtil {
|
public class ImageUtil {
|
||||||
private static final Logger log = LoggerFactory.getLogger(ImageUtil.class);
|
private static final Logger log = LoggerFactory.getLogger(ImageUtil.class);
|
||||||
|
|
||||||
public static final String SPLASH_LOGO = "/images/logo_600_600.png";
|
public static final String SPLASH_LOGO = "/images/logo_splash.png";
|
||||||
|
|
||||||
public static final String SYS_TRAY = "/images/system_tray_icon_44_32.png";
|
public static final String SYS_TRAY = "/images/system_tray_icon_44_32.png";
|
||||||
public static final String SYS_TRAY_ALERT = "/images/system_tray_notify_icon_44_32.png";
|
public static final String SYS_TRAY_ALERT = "/images/system_tray_notify_icon_44_32.png";
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 80 KiB |
BIN
src/main/resources/images/logo_splash.png
Normal file
BIN
src/main/resources/images/logo_splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
src/main/resources/images/logo_splash@2x.png
Normal file
BIN
src/main/resources/images/logo_splash@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
Loading…
Add table
Reference in a new issue