mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
chore: remove commented code in DownloadSettingsModal
This commit is contained in:
@@ -170,10 +170,6 @@ export function DownloadSettingsModal({
|
||||
(availableDownloaders: Downloader[]) => {
|
||||
if (availableDownloaders.length === 0) return null;
|
||||
|
||||
// if (availableDownloaders.includes(Downloader.Hydra)) {
|
||||
// return Downloader.Hydra;
|
||||
// }
|
||||
|
||||
if (availableDownloaders.includes(Downloader.RealDebrid)) {
|
||||
return Downloader.RealDebrid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user