mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Sort plugin and themes in setting dialog
This commit is contained in:
@@ -109,7 +109,7 @@ namespace Wox.Core.Plugin
|
||||
{
|
||||
get
|
||||
{
|
||||
return plugins;
|
||||
return plugins.OrderBy(o => o.Metadata.Name).ToList();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user