snapcrunch / electron-preferences

A simple, consistent interface for managing user preferences within an Electron application.
MIT License
121 stars 30 forks source link

fix duplicate declaration of `getPreferences` and `getSections` #211

Closed pvrobays closed 1 year ago

pvrobays commented 1 year ago

fix duplicate declaration of getPreferences and getSections within the contextBridge's preload.js

fixes #210