mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-07-26 09:18:39 +00:00
Merge pull request #43 from stagehacks/save-slot-cleanup
clean up slot/device saving. closes #40
This commit is contained in:
+2
-2
@@ -174,8 +174,8 @@ ipcRenderer.on('deleteActive', (event, message) => {
|
||||
VIEW.selectPreviousDevice();
|
||||
});
|
||||
|
||||
ipcRenderer.on('resetViews', (event, message) => {
|
||||
SAVESLOTS.resetSlots();
|
||||
ipcRenderer.on('clearSavedData', (event, message) => {
|
||||
SAVESLOTS.clearSavedData();
|
||||
});
|
||||
|
||||
ipcRenderer.on('loadSlot', (event, slot) => {
|
||||
|
||||
Reference in New Issue
Block a user