fix: unknow ref

This commit is contained in:
0xMRTT 2022-09-15 22:35:03 +02:00
parent 5cd6b6d1b7
commit ee964a67f3
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -60,7 +60,7 @@ class GradiencePresetRow(Adw.ExpanderRow):
apply_button = Gtk.Template.Child("apply_button")
rename_button = Gtk.Template.Child("rename_button")
self.btn_report.connect("clicked", self.on_btn_report_clicked)
self.btn_report.connect("clicked", self.on_report_btn_clicked)
@Gtk.Template.Callback()
def on_apply_button_clicked(self, *_args):