Skip to content

Commit

Permalink
splash: fix nosplash, again again again
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Dec 17, 2023
1 parent 0673e6e commit 7694752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions splash/nosplash.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func (ui *Splash) IsClosed() bool {

func (ui *Splash) Dialog(title, msg string, yesNo bool) bool {
log.Printf("splash: dialog(%d): %s %s", yesNo, title, msg)
return false
}

func New(cfg *Config) *Splash {
Expand Down

0 comments on commit 7694752

Please sign in to comment.