Exposing widgets to registery

This commit is contained in:
2026-05-22 19:15:19 -05:00
parent 998ef9a854
commit f7591a586c
3 changed files with 4 additions and 2 deletions

View File

@@ -30,6 +30,8 @@ class ButtonControls(Gtk.ButtonBox):
...
def _load_widgets(self):
widget_registery.expose_object("button-controls", self)
icons_path = settings_manager.path_manager.get_icons_path()
center_widget = Gtk.ButtonBox()
zoomout_button = Gtk.Button()