From 37e2165725824ac651f11b0240d2c1f9b19736a4 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Tue, 23 Sep 2025 11:23:33 +0100 Subject: [PATCH] minor update --- ShhShell/Terminal/CRT.metal | 4 ---- ShhShell/Views/Settings/SettingsView.swift | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ShhShell/Terminal/CRT.metal b/ShhShell/Terminal/CRT.metal index 96e920a..4ed2547 100644 --- a/ShhShell/Terminal/CRT.metal +++ b/ShhShell/Terminal/CRT.metal @@ -11,10 +11,6 @@ using namespace metal; [[ stitchable ]] half4 crt(float2 pos, half4 color, float2 size, float time) { float2 uv = pos/size; - float2 topLeading = float2(0, 0); - float2 topTrailing = float2(0, size.x); - float2 bottomLeading = float2(size.y, 0); - float2 bottomTrailing = size; //scanlines half scanline = 0.5 + 0.5 * sin(uv.y * size.y*2); diff --git a/ShhShell/Views/Settings/SettingsView.swift b/ShhShell/Views/Settings/SettingsView.swift index 229358f..459c1cb 100644 --- a/ShhShell/Views/Settings/SettingsView.swift +++ b/ShhShell/Views/Settings/SettingsView.swift @@ -219,6 +219,7 @@ struct SettingsView: View { } } } + .navigationTitle("Settings") .listStyle(.insetGrouped) .scrollContentBackground(.hidden) .onChange(of: hostsManager.settings) { _ in