Implement native iPhone entry editor
This commit is contained in:
@@ -320,6 +320,10 @@ impl EntryDocument {
|
||||
self.conflict_token
|
||||
}
|
||||
|
||||
pub fn is_modified(&self) -> bool {
|
||||
self.modified
|
||||
}
|
||||
|
||||
pub fn add(
|
||||
&mut self,
|
||||
index: usize,
|
||||
|
||||
Reference in New Issue
Block a user