feat(#9): export/import состояния — backup в JSON и восстановление
This commit is contained in:
@@ -52,6 +52,10 @@ export const IPC = {
|
||||
getHistory: 'history:get',
|
||||
clearHistory: 'history:clear',
|
||||
|
||||
// Export / Import
|
||||
exportState: 'state:export',
|
||||
importState: 'state:import',
|
||||
|
||||
// events from main → renderer
|
||||
evtTick: 'evt:tick',
|
||||
evtFire: 'evt:fire',
|
||||
|
||||
Reference in New Issue
Block a user