From 30b5b6287b3c183f15cd92de6a46db097c05f45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= <1224732+snonux@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:11:52 +0300 Subject: Remove fireworks and reset default colors --- cmd/tasksamurai/main.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmd') diff --git a/cmd/tasksamurai/main.go b/cmd/tasksamurai/main.go index 3e2f3ef..52263de 100644 --- a/cmd/tasksamurai/main.go +++ b/cmd/tasksamurai/main.go @@ -26,9 +26,6 @@ func main() { os.Exit(1) } - // Show some fireworks on startup. - ui.Fireworks() - // Clear the screen before starting the TUI to avoid leaving any // previous command line artefacts behind. fmt.Print("\033[H\033[2J") -- cgit v1.2.3