Skip to content

Commit

Permalink
fix save of *.xml path changes (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
DYefremov committed Jan 21, 2025
1 parent 12bb1f0 commit 3a98b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ui/settings_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ def on_apply_profile_settings(self, item=None):
self._settings.telnet_port = self._telnet_port_field.get_text()
self._settings.telnet_timeout = int(self._telnet_timeout_spin_button.get_value())
self._settings.services_path = self._services_field.get_text()
self._settings.satellites_xml_path = self._satellites_xml_field.get_text()
self._settings.user_bouquet_path = self._user_bouquet_field.get_text()
self._settings.epg_dat_path = self._epg_dat_box.get_active_id()
self._settings.picons_path = self._picons_paths_box.get_active_id()
Expand Down

0 comments on commit 3a98b49

Please sign in to comment.