mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Fix for internet shortcut app not showing up on installation (#5131)
* added changed for internet shortcut app * Added AppChanged event for url files * Tests added * refactoring
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Wox.Infrastructure.Storage
|
||||
// Events to watch out for
|
||||
event FileSystemEventHandler Created;
|
||||
event FileSystemEventHandler Deleted;
|
||||
event FileSystemEventHandler Changed;
|
||||
event RenamedEventHandler Renamed;
|
||||
|
||||
// Properties of File System watcher
|
||||
|
||||
Reference in New Issue
Block a user