Skip to content

Commit

Permalink
chore: rename to enabled for param of SetRecording
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Oct 30, 2024
1 parent c33ddf6 commit 09dfbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Controller interface {
SetScreenshotTargetLongSide(targetLongSide int) bool
SetScreenshotTargetShortSide(targetShortSide int) bool
SetScreenshotUseRawSize(enabled bool) bool
SetRecording(recording bool) bool
SetRecording(enabled bool) bool

PostConnect() *Job
PostClick(x, y int32) *Job
Expand Down

0 comments on commit 09dfbec

Please sign in to comment.