mirror of
https://github.com/aclist/dztui.git
synced 2026-08-29 11:17:12 +02:00
chore: drop print statement
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
This commit is contained in:
parent
6050a370f8
commit
2466887014
@ -63,7 +63,6 @@ class IconTextButton(IconButton):
|
|||||||
self, icon: str, label: str, halign: Gtk.Align = Gtk.Align.START
|
self, icon: str, label: str, halign: Gtk.Align = Gtk.Align.START
|
||||||
) -> None:
|
) -> None:
|
||||||
super().__init__(icon, margin=5, halign=halign)
|
super().__init__(icon, margin=5, halign=halign)
|
||||||
print(icon)
|
|
||||||
self.set_label(label)
|
self.set_label(label)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user