mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Fix Docker desktop not found in program plugin issue (#6882)
* Fix docker lnk not found issue * Add common desktop folder location to desktop program * Add CommonDesktopDirectory to file watchers
This commit is contained in:
committed by
GitHub
parent
eae0937db0
commit
2bd6c5c664
@@ -28,9 +28,10 @@ namespace Microsoft.Plugin.Program.Storage
|
||||
{
|
||||
string[] paths = new string[]
|
||||
{
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.Programs),
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.CommonPrograms),
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.StartMenu),
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.CommonStartMenu),
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.Desktop),
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.CommonDesktopDirectory),
|
||||
};
|
||||
return paths;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user