public void OnClosed(bool saveSettings, IAppRefreshSettings appRefreshSettings) { backgroundImageSettingsService.LastSelectedId = currentItem.Id; if (!saveSettings) { return; } backgroundImageSettingsService.SetRawSettings(Settings.Select(a => a.GetUpdatedRawSettings()).ToArray()); }
public override void OnApply() => backgroundImageSettingsService.SetRawSettings(Settings.Select(a => a.GetUpdatedRawSettings()).ToArray());