Fix original configuration not really saved
Added in #10 but partially broken.
This commit is contained in:
parent
52123aa030
commit
8fe29cf924
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- Original configuration not saved after reset.
|
||||
|
||||
## 1.0 beta 1075 (2018-10-23)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -134,7 +134,7 @@ class ConfigurationViewController: UIViewController, TableModelHost {
|
|||
itemRefresh.isEnabled = true // allow for manual reconnection
|
||||
tableView.reloadData()
|
||||
|
||||
delegate?.configurationShouldReinstall()
|
||||
delegate?.configuration(didUpdate: originalConfiguration)
|
||||
}
|
||||
|
||||
@IBAction private func refresh() {
|
||||
|
|
Loading…
Reference in New Issue