From bcff715725a2dc4ed21c3ac1d590b61b5fddf409 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 21 Jul 2025 10:18:32 -0300 Subject: [PATCH] chore: remove box, have less styling --- main.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/main.go b/main.go index 70581b824b449c5557268e3d7ff4d61f547632d2..7fc25e2464b3a0f2942524f8028e50dafc381673 100644 --- a/main.go +++ b/main.go @@ -40,17 +40,9 @@ func main() { func showWindowsWarning() { content := lipgloss.JoinVertical(lipgloss.Left, lipgloss.NewStyle().Bold(true).Render("WARNING:")+" Crush is experimental on Windows!", - "", "While we work on it, we recommend WSL2 for a better experience.", - "", lipgloss.NewStyle().Italic(true).Render("Press Enter to continue..."), ) - content = lipgloss.NewStyle(). - Border(lipgloss.RoundedBorder()). - Padding(1). - Render(content) - content += "\n" - fmt.Print(content) var input string