mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 07:02:31 -06:00
Add a 'remember choice' button to the WebUI Torrent Deletion dialog that sets the default file deletion setting. The setting is shared with GUI, so if you set it in WebUI and open the Qt app, the 'delete files' checkbox will match WebUI (checked or unchecked). PR #20150. --------- Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"plugins": [
|
|
"html"
|
|
],
|
|
"rules": {
|
|
"no-undef": "off",
|
|
"no-unused-vars": "off",
|
|
"nonblock-statement-body-position": ["error", "below"],
|
|
"semi": "error"
|
|
}
|
|
}
|