mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-18 23:06:02 -04:00
Update icon
This commit is contained in:
parent
1b96f191e7
commit
e42ab6c849
@ -130,9 +130,9 @@ public class BitsquareApp extends Application {
|
||||
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";
|
||||
iconPath = "/images/task_bar_icon_windows.png";
|
||||
else
|
||||
iconPath = "/images/taskbar_icon_linux.png";
|
||||
iconPath = "/images/task_bar_icon_linux.png";
|
||||
|
||||
if (iconPath != null)
|
||||
primaryStage.getIcons().add(new Image(getClass().getResourceAsStream(iconPath)));
|
||||
|
BIN
src/main/resources/images/task_bar_icon_linux.png
Normal file
BIN
src/main/resources/images/task_bar_icon_linux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB |
Loading…
x
Reference in New Issue
Block a user