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/FilesView.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/FilesView.swift')
| -rw-r--r-- | Hotline/macOS/FilesView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Hotline/macOS/FilesView.swift b/Hotline/macOS/FilesView.swift index 1eab0cf..b9f15db 100644 --- a/Hotline/macOS/FilesView.swift +++ b/Hotline/macOS/FilesView.swift @@ -218,7 +218,6 @@ struct FilesView: View { ToolbarItem(placement: .primaryAction) { Button { if let s = selection, !s.isFolder { - print("DOWNLOAD FILE", s.name, s.path) model.downloadFile(s.name, path: s.path) } } label: { |