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