add label for selected layout

This commit is contained in:
Kang Yu 2023-07-30 16:56:28 -07:00
parent 6567b9ad0a
commit 2d56a9b2f2
3 changed files with 23 additions and 4 deletions

View file

@ -505,6 +505,7 @@ namespace PersistentWindows.SystrayShell
{
dlg.InsertCollection(collection);
}
//dlg.InsertCollection(new string('a', 256));
dlg.Icon = IdleIcon;
dlg.ShowDialog(systrayForm);
var result = dlg.result;