diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-07-24 12:32:41 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-07-24 12:32:41 -0700 |
| commit | 8633db7e6ca9f38345d7be0ab90193d6325904bf (patch) | |
| tree | a950663e587c0bb0b051a61882ca9df6949a2446 /Hotline/macOS/ServerView.swift | |
| parent | 844317f8a3f5c7b11394653c8563c6e9c24d7e85 (diff) | |
First pass at uploads and a big refactoring of transfer clients. Also now showing download progress bar on file icon in dock (like Safari).
Diffstat (limited to 'Hotline/macOS/ServerView.swift')
| -rw-r--r-- | Hotline/macOS/ServerView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Hotline/macOS/ServerView.swift b/Hotline/macOS/ServerView.swift index 80a756c..5b5b8e3 100644 --- a/Hotline/macOS/ServerView.swift +++ b/Hotline/macOS/ServerView.swift @@ -505,7 +505,6 @@ struct ServerView: View { guard !server.address.isEmpty else { return } - model.login(server: server, username: Prefs.shared.username, iconID: Prefs.shared.userIconID) { success in if !success { print("FAILED LOGIN??") |