Add icons for update
@ -138,4 +138,21 @@
|
||||
|
||||
#image-connection-synced {
|
||||
-fx-image: url("../../../images/connection/synced.png");
|
||||
}
|
||||
|
||||
/* software update*/
|
||||
#image-update-in-progress {
|
||||
-fx-image: url("../../../images/update/update_in_progress.png");
|
||||
}
|
||||
|
||||
#image-update-up-to-date {
|
||||
-fx-image: url("../../../images/update/update_up_to_date.png");
|
||||
}
|
||||
|
||||
#image-update-available {
|
||||
-fx-image: url("../../../images/update/update_available.png");
|
||||
}
|
||||
|
||||
#image-update-failed {
|
||||
-fx-image: url("../../../images/update/update_failed.png");
|
||||
}
|
BIN
src/main/resources/images/update/update_available.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
src/main/resources/images/update/update_available@2x.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
src/main/resources/images/update/update_failed.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
src/main/resources/images/update/update_failed@2x.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
src/main/resources/images/update/update_in_progress.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
src/main/resources/images/update/update_in_progress@2x.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
src/main/resources/images/update/update_up_to_date.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
src/main/resources/images/update/update_up_to_date@2x.png
Normal file
After Width: | Height: | Size: 6.3 KiB |