shell context menu integration (fixes #362)

This commit is contained in:
Eugene Pankov
2018-09-23 09:23:20 -07:00
parent 9ad1371c2b
commit 7f8d012a8a
7 changed files with 115 additions and 26 deletions

View File

@@ -13,4 +13,5 @@ export { Logger, LogService } from '../services/log.service'
export { HomeBaseService } from '../services/homeBase.service'
export { HotkeysService } from '../services/hotkeys.service'
export { HostAppService, Platform } from '../services/hostApp.service'
export { ShellIntegrationService } from '../services/shellIntegration.service'
export { ThemesService } from '../services/themes.service'