mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
add label for selected layout
This commit is contained in:
parent
6567b9ad0a
commit
2d56a9b2f2
3 changed files with 23 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue