#48: Support pinning files to cache [partial]
This commit is contained in:
@@ -33,6 +33,7 @@ const DependencyIPC = require('../src/renderer/ipc/DependencyIPC');
|
||||
const DownloadIPC = require('../src/renderer/ipc/DownloadIPC');
|
||||
const FilesystemIPC = require('../src/renderer/ipc/FilesystemIPC');
|
||||
const MountsIPC = require('../src/renderer/ipc/MountsIPC');
|
||||
const PinnedIPC = require('../src/renderer/ipc/PinnedIPC');
|
||||
const PlatformIPC = require('../src/renderer/ipc/PlatformIPC');
|
||||
const ReleaseIPC = require('../src/renderer/ipc/ReleaseIPC');
|
||||
const SkynetIPC = require('../src/renderer/ipc/SkynetIPC');
|
||||
@@ -330,6 +331,7 @@ DependencyIPC.addListeners(ipcMain, AppFunctions);
|
||||
DownloadIPC.addListeners(ipcMain, AppFunctions);
|
||||
FilesystemIPC.addListeners(ipcMain, AppFunctions);
|
||||
MountsIPC.addListeners(ipcMain, AppFunctions);
|
||||
PinnedIPC.addListeners(ipcMain, AppFunctions);
|
||||
PlatformIPC.addListeners(ipcMain, AppFunctions);
|
||||
ReleaseIPC.addListeners(ipcMain, AppFunctions);
|
||||
SkynetIPC.addListeners(ipcMain, AppFunctions);
|
||||
|
||||
Reference in New Issue
Block a user