Don't clear item as dirty if it was marked dirty after a sync began

This commit is contained in:
Mo Bitar
2018-04-18 17:10:43 -05:00
parent f73d860955
commit 4d2c61d07c
3 changed files with 27 additions and 1 deletions

View File

@@ -173,6 +173,8 @@
%input{"type" => "file", "style" => "display: none;", "file-change" => "->", "handler" => "importFileSelected(files)"}
.label Import From Backup
%span{"ng-if" => "isDesktopApplication()"} Backups are automatically created on desktop and can be managed via the "Backups" top-level menu.
%div{"ng-if" => "importData.requestPassword"}
%form.panel-form.stretch{"ng-submit" => "submitImportPassword()"}
%p Enter the account password associated with the import file.