fix: enhance some interactive experiences

This commit is contained in:
maicss
2024-03-01 22:20:16 +08:00
parent 55481db2ee
commit 81062d4580
3 changed files with 5 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ async function loadDownladerSetting() {
TR_USER,
TR_PASSWORD,
}
downloaderTab.value = DOWNLOADER === 'qbittorrent' ? 'qbittorrent' : 'transmission'
}
}
catch (error) {