From c7a2970c7f17a1b19a76d9cb6addda8fb877a63a Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Wed, 22 May 2024 11:40:53 -0700 Subject: Redesign of Message Board post sheet. Tweaks to NewsEditor. Disable smart quotes in message board and news editor text view. Hide news section on older servers. --- Hotline/macOS/NewsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hotline/macOS/NewsView.swift') diff --git a/Hotline/macOS/NewsView.swift b/Hotline/macOS/NewsView.swift index 8e10b19..4469585 100644 --- a/Hotline/macOS/NewsView.swift +++ b/Hotline/macOS/NewsView.swift @@ -58,7 +58,7 @@ struct NewsView: View { ) .fraction(splitFraction) .constraints(minPFraction: 0.1, minSFraction: 0.3) -// .hide(splitHidden) + .hide(splitHidden) .styling(color: colorScheme == .dark ? .black : Splitter.defaultColor, inset: 0, visibleThickness: 0.5, invisibleThickness: 5, hideSplitter: true) .frame(maxWidth: .infinity, maxHeight: .infinity) .background(Color(nsColor: .textBackgroundColor)) -- cgit