Initial bifurcation of SGI logic.

This commit is contained in:
Patrick Fic
2026-03-20 15:45:41 -07:00
parent 232192fa17
commit fe6dec09db
16 changed files with 107 additions and 57 deletions

View File

@@ -93,3 +93,7 @@ ipcMain.on(ipcTypes.app.toMain.openExternalWindow, (event, url) => {
});
});
ipcMain.on(ipcTypes.app.toMain.setInsRuleSet, (event, ins_rule_set) => {
store.set("ins_rule_set", ins_rule_set);
});