more context menu icons added. see #680 #184

This commit is contained in:
Mic 2026-04-17 01:38:00 +02:00
parent 3240177717
commit f903149e51
21 changed files with 20 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 857 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 838 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 990 B

View file

@ -20,13 +20,24 @@ export const customMenuIconsPath = 'images/context_menu/custom/';
export const customMenuIcons = [ export const customMenuIcons = [
'adventure-game.png', 'adventure-game.png',
'airport.png',
'alert-sign.png',
'apple.png',
'calendar.png', 'calendar.png',
'cash.png',
'clapboard.png', 'clapboard.png',
'clock.png', 'clock.png',
'coffee.png',
'coins.png',
'copywriting.png', 'copywriting.png',
'customer-service.png', 'customer-service.png',
'deadline.png', 'deadline.png',
'discount.png',
'earth.png',
'electric-car.png',
'experiment.png',
'express-delivery.png', 'express-delivery.png',
'flammable.png',
'home.png', 'home.png',
'info.png', 'info.png',
'invoice.png', 'invoice.png',
@ -36,6 +47,15 @@ export const customMenuIcons = [
'policeman.png', 'policeman.png',
'printer.png', 'printer.png',
'puzzle-game.png', 'puzzle-game.png',
'radiation-hazard.png',
'receipt.png',
'recycle-sign.png',
'scissors.png', 'scissors.png',
'send.png', 'send.png',
'star.png',
'statistics.png',
'sticky-notes.png',
'target.png',
'thermometer.png',
'trophy.png',
]; ];