Example #1
0
    def show_cover_manager(self, *e):
        """
            Shows the cover manager
        """
        from xlgui.cover import CoverManager

        CoverManager(self.main.window, self.exaile.collection)
Example #2
0
 def cover_manager_cb(*args):
     from xlgui.cover import CoverManager
     dialog = CoverManager(get_main().window, get_main().collection)