Files
notesnook/apps/web/desktop/events.js

9 lines
291 B
JavaScript

module.exports.EVENTS = {
checkingForUpdate: "checkingForUpdate",
updateAvailable: "updateAvailable",
updateDownloadProgress: "updateDownloadProgress",
updateDownloadCompleted: "updateDownloadCompleted",
updateNotAvailable: "updateNotAvailable",
themeChanged: "themeChanged",
};