mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Allow priority setting from torrent context menu
This commit is contained in:
15
client/source/scripts/constants/PriorityLevels.js
Normal file
15
client/source/scripts/constants/PriorityLevels.js
Normal file
@@ -0,0 +1,15 @@
|
||||
const PriorityLevels = {
|
||||
file: {
|
||||
0: 'Don\'t Download',
|
||||
1: 'Normal',
|
||||
2: 'High'
|
||||
},
|
||||
torrent: {
|
||||
0: 'Don\'t Download',
|
||||
1: 'Low',
|
||||
2: 'Normal',
|
||||
3: 'High'
|
||||
}
|
||||
};
|
||||
|
||||
export default PriorityLevels;
|
||||
Reference in New Issue
Block a user