mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
9 lines
291 B
JavaScript
9 lines
291 B
JavaScript
module.exports.EVENTS = {
|
|
checkingForUpdate: "checkingForUpdate",
|
|
updateAvailable: "updateAvailable",
|
|
updateDownloadProgress: "updateDownloadProgress",
|
|
updateDownloadCompleted: "updateDownloadCompleted",
|
|
updateNotAvailable: "updateNotAvailable",
|
|
themeChanged: "themeChanged",
|
|
};
|