os-js / OS.js

OS.js - JavaScript Web Desktop Platform
https://www.os-js.org/
Other
6.9k stars 822 forks source link

Some questions with contextmenu #803

Closed yoyosaygood closed 2 years ago

yoyosaygood commented 2 years ago

how to set icon for contextmenu?I use 'icon' but in elements it become style; { label: 'xxx', icon: 'edit-cut', type: 'othermenu', items: [...] } It should be '' but i got ''.I also want the default menu function on demo https://demo.os-js.org/ like It will disappear when the mouse is removed or clicked

andersevenrud commented 2 years ago

The icon has to be a valid URL:

like It will disappear when the mouse is removed or clicked

What do you mean by this exactly ?

andersevenrud commented 2 years ago

Closing because of inactivity. Feel free to re-open :)