diff --git a/app/ui/main.py b/app/ui/main.py index 30e3d9a3..60f8b9ed 100644 --- a/app/ui/main.py +++ b/app/ui/main.py @@ -2441,8 +2441,6 @@ class Application(Gtk.Application): self._services[fav_id] = srv elif s_type is BqServiceType.BOUQUET: # Sub bouquets! - msg = "Detected sub-bouquets. This feature is still experimental!" - self.show_info_message(msg, Gtk.MessageType.WARNING) self.append_bouquet(srv.data, bouquet) elif srv.name: extra_services[fav_id] = srv.name