X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f7e17fd8e9c3afcb4ca28b9770b8e97275e4bd92..ced666c9fc8ae50d23b3836917fdf3cbf501383c:/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index 8426f249..df040868 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -119,6 +119,8 @@ self.rateSelect("50Hz") self.hw.saveMode(self.port, self.mode, self.rate) +from Components.config import configfile +configfile.save()