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:
Alekhya
2020-07-22 10:58:01 -07:00
committed by GitHub
parent f7ad935dfb
commit b59ec5e78b
4 changed files with 82 additions and 29 deletions

View File

@@ -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