From e678c6edd21ff50a93d7635575c8c135f2196f0f Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 8 Oct 2024 17:15:36 +0200 Subject: Display only "soundbox" in window decoration The old string "soundbox app" could lead to confusion. The repository structure and the related longer names are not important for the user. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 20ee049..00fd77b 100644 --- a/main.go +++ b/main.go @@ -61,7 +61,7 @@ func NewUi(config Config) *Ui { ui.State.Theme = material.NewTheme() ui.Window = new(app.Window) - ui.Window.Option(app.Title("soundbox app")) + ui.Window.Option(app.Title("soundbox")) ui.State.Title = "soundbox" ui.State.PlayPauseButtonText = "Play" -- cgit v1.2.3-70-g09d2