def __init__(self):
"""Constructor for UI handler."""
GObject.Object.__init__(self)
self.bottom_widget = Gtk.Builder()
self.bottom_widget.add_from_file(BOTTOM_WIDGET_UI_PATH)
# Get the plugin manager
self.plugin_manager = DictonatorActionHandler(self.bottom_bar_text_changer, self.bottom_bar_handler)
logger.debug('UI INIT')
评论列表
文章目录