You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Disable the UI for downloading of files into the Downloads folder. This feature will be re-enabled in a future version when privacy concerns have been addressed in #195
The text was updated successfully, but these errors were encountered:
This code is actually tied to #185 (this is another instance of their PhotonActionSheet), therefore a future revert of this PR fix would not be clean down the road (PhotonActionSheet will not exist anymore).
Also the DownloadsPanel UI hasn't been in use since we implemented our own FavoritesViewController new tab, so a revert would only bring back the download handling logic.
Proposal: Remove all current & legacy download UI, but keep all the download business logic in-tact, and later when we want to add this feature we will just need to create our own custom UI to integrate with.
Disable the UI for downloading of files into the Downloads folder. This feature will be re-enabled in a future version when privacy concerns have been addressed in #195
The text was updated successfully, but these errors were encountered: