mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Update icons
This commit is contained in:
parent
95eaf2825c
commit
3254417d2a
3 changed files with 3 additions and 1 deletions
|
@ -129,8 +129,10 @@ public class BitsquareApp extends Application {
|
|||
String iconPath;
|
||||
if (Utilities.isOSX())
|
||||
iconPath = ImageUtil.isRetina() ? "/images/window_icon@2x.png" : "/images/window_icon.png";
|
||||
else if (Utilities.isWindows())
|
||||
iconPath = "/images/taskbar_icon_windows.png";
|
||||
else
|
||||
iconPath = "/images/taskbar_icon.png";
|
||||
iconPath = "/images/taskbar_icon_linux.png";
|
||||
|
||||
if (iconPath != null)
|
||||
primaryStage.getIcons().add(new Image(getClass().getResourceAsStream(iconPath)));
|
||||
|
|
BIN
src/main/resources/images/taskbar_icon_linux.png
Normal file
BIN
src/main/resources/images/taskbar_icon_linux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Loading…
Add table
Reference in a new issue