aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/MessageBoardEditorView.swift
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2024-06-30 17:46:30 -0700
committerDustin Mierau <dustin@mierau.me>2024-06-30 17:46:30 -0700
commit038df124a9c9d0ec7e7f3a7387669d5273a5bf49 (patch)
tree47f9c39c14a4b48e83be1c42885d92bd88384d47 /Hotline/macOS/MessageBoardEditorView.swift
parent3c352f194c7d14cc8a1ee23ec8fb7b834132d9a0 (diff)
A pass on icons. Sleeker toolbar window. Fix Accounts and News menu item disable states. Don't request banner from older servers. Cleanup News list display.
Diffstat (limited to 'Hotline/macOS/MessageBoardEditorView.swift')
-rw-r--r--Hotline/macOS/MessageBoardEditorView.swift10
1 files changed, 5 insertions, 5 deletions
diff --git a/Hotline/macOS/MessageBoardEditorView.swift b/Hotline/macOS/MessageBoardEditorView.swift
index 1b49f4e..029616f 100644
--- a/Hotline/macOS/MessageBoardEditorView.swift
+++ b/Hotline/macOS/MessageBoardEditorView.swift
@@ -48,11 +48,11 @@ struct MessageBoardEditorView: View {
Spacer()
- Image("Message Board Post")
- .resizable()
- .scaledToFit()
- .frame(width: 16, height: 16)
- .padding(.trailing, 6)
+// Image("Message Board Post")
+// .resizable()
+// .scaledToFit()
+// .frame(width: 16, height: 16)
+// .padding(.trailing, 6)
Text("New Post")
.fontWeight(.semibold)