added creation of empty configuration

This commit is contained in:
DYefremov
2018-12-01 00:17:21 +03:00
parent 803b26ea02
commit 22f93c0b89

View File

@@ -861,7 +861,7 @@ class MainAppWindow:
return
self.clear_current_data()
profile = Profile(self._profile)
if profile is Profile.ENIGMA_2:
self._bouquets_model.append(None, ["Favourites (TV)", None, None, BqType.TV.value])