Hooks: expose to grab the screen name
This commit is contained in:
parent
46bc8939b4
commit
a9affb5ae4
3 changed files with 10 additions and 4 deletions
|
|
@ -288,7 +288,7 @@ Singleton {
|
|||
|
||||
// Execute wallpaper change hook after the change is complete
|
||||
if (HooksService) {
|
||||
HooksService.executeWallpaperHook(path)
|
||||
HooksService.executeWallpaperHook(path, screenName)
|
||||
}
|
||||
|
||||
// Restart the random wallpaper timer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue