diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-01-09 14:16:44 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-01-09 14:16:44 -0800 |
| commit | 60f90281bf971600733b2d72b747bcb6be9b1c31 (patch) | |
| tree | 2e58d0bce00eb7ea023ec380e134a1b41e5b1051 /Hotline/macOS/MessageBoardView.swift | |
| parent | 382121de2e79303845331d699adcdd777f8f062a (diff) | |
Focus address field in connect view when window opens. Add a note to connect view. Remove some console logging.1.0beta8
Diffstat (limited to 'Hotline/macOS/MessageBoardView.swift')
| -rw-r--r-- | Hotline/macOS/MessageBoardView.swift | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Hotline/macOS/MessageBoardView.swift b/Hotline/macOS/MessageBoardView.swift index d72b122..65a947f 100644 --- a/Hotline/macOS/MessageBoardView.swift +++ b/Hotline/macOS/MessageBoardView.swift @@ -22,8 +22,6 @@ struct MessageBoardView: View { .task { if !model.messageBoardLoaded { let _ = await model.getMessageBoard() -// self.initialLoadComplete = true - print("INITIAL LOAD?") } } .overlay { |