Searched refs:handleApplyPatch (Results 1 – 1 of 1) sorted by relevance
21 onPress: func() error { return gui.handleApplyPatch(false) },25 onPress: func() error { return gui.handleApplyPatch(true) },168 func (gui *Gui) handleApplyPatch(reverse bool) error { func