Skip to content

Commit

Permalink
Merge pull request #1 from johtso/patch-1
Browse files Browse the repository at this point in the history
Change createScene sceneName type from boolean to string
  • Loading branch information
Rayquaza01 authored Apr 19, 2023
2 parents 9ae727c + bd8724d commit e81f03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export interface TK {
* without displaying it.
* @param sceneName Scene to create
*/
createScene(sceneName: boolean): boolean
createScene(sceneName: string): boolean

/**
* Crop an image in Tasker's image buffer previously loaded via loadImage.
Expand Down

0 comments on commit e81f03e

Please sign in to comment.