as in former win-s was possible to make many shortcut bars
but here can be launched many TrayIcon processes with own configs to different config locations - here possible for differentiate start points make changeable tray icons
possible will be usable for someone. personally reorganized my shortcuts into subfolders - quite enough for me.
However if possible subfolders to place on menu bottom instead of top - that will be accessible with lower pointing distance (current is startmenu-like) but will be "less-movement-switching"
seems simple placing
foreach(string Dir in Directory.GetDirectories(Folder)) {
after
foreach(string File in Directory.GetFiles(Folder)) {
in
MenuBuilder.cs
as in former win-s was possible to make many shortcut bars
but here can be launched many TrayIcon processes with own configs to different config locations - here possible for differentiate start points make changeable tray icons
possible will be usable for someone. personally reorganized my shortcuts into subfolders - quite enough for me.
However if possible subfolders to place on menu bottom instead of top - that will be accessible with lower pointing distance (current is startmenu-like) but will be "less-movement-switching"
seems simple placing
foreach(string Dir in Directory.GetDirectories(Folder)) {after
foreach(string File in Directory.GetFiles(Folder)) {in
MenuBuilder.cs