chore: add log when new UI is enabled

Ayman Bagabas created

Change summary

internal/cmd/root.go | 1 +
1 file changed, 1 insertion(+)

Detailed changes

internal/cmd/root.go 🔗

@@ -91,6 +91,7 @@ crush -y
 
 		var model tea.Model
 		if _, ok := env.LookupEnv("CRUSH_NEW_UI"); ok {
+			slog.Info("New UI in control!")
 			com := common.DefaultCommon(app)
 			ui := ui.New(com)
 			ui.QueryVersion = shouldQueryTerminalVersion(env)