Skip to content

Commit

Permalink
internal/splash: actual nosplash
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Oct 20, 2023
1 parent 4c3fc8e commit e19004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/splash/nosplash.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (ui *Splash) Progress(progress float32) {
func (ui *Splash) Close() {
}

func (ui *Splash) IsClosed() {
func (ui *Splash) IsClosed() bool {
return true
}

Expand Down

0 comments on commit e19004b

Please sign in to comment.