mirror of
https://github.com/zoriya/flood.git
synced 2025-12-19 21:55:15 +00:00
Add move torrents option to context menu
This commit is contained in:
@@ -128,9 +128,9 @@ class TransferDataStoreClass extends BaseStore {
|
||||
}
|
||||
}
|
||||
|
||||
const TransferDataStore = new TransferDataStoreClass();
|
||||
let TransferDataStore = new TransferDataStoreClass();
|
||||
|
||||
AppDispatcher.register((payload) => {
|
||||
TransferDataStore.dispatcherID = AppDispatcher.register((payload) => {
|
||||
const {action, source} = payload;
|
||||
|
||||
switch (action.type) {
|
||||
|
||||
Reference in New Issue
Block a user