mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-10-28 18:21:39 +00:00
fix: unknow ref
This commit is contained in:
parent
5cd6b6d1b7
commit
ee964a67f3
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue