fix: remove firefox pinned tab function and return if doc hidden

This commit is contained in:
Mo Bitar
2020-10-08 09:27:58 -05:00
parent 0630957ef0
commit 9fc7de74d4
2 changed files with 8 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ export const STRING_NEW_UPDATE_READY = "A new update is ready to install. Please
export const STRING_DELETE_TAG = "Are you sure you want to delete this tag? Note: deleting a tag will not delete its notes.";
/** @editor */
export const STRING_SAVING_WHILE_DOCUMENT_HIDDEN = 'Attempting to save an item while the application is hidden. To protect data integrity, please refresh the application window and try again.'
export const STRING_DELETED_NOTE = "The note you are attempting to edit has been deleted, and is awaiting sync. Changes you make will be disregarded.";
export const STRING_INVALID_NOTE = "The note you are attempting to save can not be found or has been deleted. Changes you make will not be synced. Please copy this note's text and start a new note.";
export const STRING_ELLIPSES = "...";