TheNightmanCodeth / mission

A TransmissionBT Remote client for macOS built with SwiftUI
BSD 3-Clause "New" or "Revised" License
61 stars 3 forks source link

Delete transfer alert sometimes will show multiple times #18

Closed TheNightmanCodeth closed 2 years ago

TheNightmanCodeth commented 2 years ago

Since we call the deleteDialog.toggle() inside of the callback, if the request needs to be sent twice or more in case of x-session-header, or any other reason, it will show the alert multiple times.