Mahmoud Gomaa
Mahmoud Gomaa
Hi @AlecMcCutcheon, I have tried Shell with Virtual Desktop on Windows x64 10/11 and the issue does not appear to me. Try using Shell with Virtual Desktop on a clean...
These are default settings to disable use the following options: ``` default { static-auto=false } ``` More options can be added in the future to disable Shell customizations.
> Expected behaviour > An empty shell.shl file should leave the vanilla Windows appearance and let the decision to the user to customize it as he wants. Good suggestion, I...
Please test this issue with [shell 1.8 beta](https://nilesoft.org/download)
@Nicryc, Yes, it is a bug because these window handles of these menus do not return to the taskbar function.
Modifying Win+X menu by adding, deleting or changing, or titleing will cause the explorer to crashed, so work is limited to changing the appearance and only adding images for now...
I just tested it and noticed that some properties are applied to `WIN+X` menu, I will work on fixing this issue.
Hi, Please attach a screenshot because the link is not allowed.
Use this code to search the item's title: ``` shell { static { item(find='"7-zip"' image=\uE1A4) item(find='unpin from start menu' image=[\uE0C7, #f0f]) } } ``` The issue of not displaying images...
>@M7MDE7EGAZY >how to change context icon colors as accent colorizer doesn't work with it? ``` default { theme { //glyph=[color1, color2] glyph=[color.invert(color.accent), color.accent] } } ``` This option will be...