Fix original configuration not really saved

Added in #10 but partially broken.
This commit is contained in:
Davide De Rosa 2018-10-23 18:50:24 +02:00
parent 52123aa030
commit 8fe29cf924
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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() {