From 5547a6fb34714a233aaf57da0323d7cdf610db53 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:03:36 +0100 Subject: [PATCH] remove blur --- ShhShell/Views/Hosts/ConnectionView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/ShhShell/Views/Hosts/ConnectionView.swift b/ShhShell/Views/Hosts/ConnectionView.swift index 9a25692..545999d 100644 --- a/ShhShell/Views/Hosts/ConnectionView.swift +++ b/ShhShell/Views/Hosts/ConnectionView.swift @@ -77,7 +77,6 @@ struct ConnectionView: View { } } } - .blur(radius: showIconPicker ? 5 : 0) .scrollContentBackground(.hidden) .transition(.opacity) .onDisappear {