From 076bcb0cce49b70dd282336c3854579228ca94aa Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sun, 11 Feb 2024 20:09:59 +0300 Subject: [PATCH] removed sub bouquets warning --- app/ui/main.py | 2 -- 1 file changed, 2 deletions(-) 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