Browse Source
Reset __gtype_name__ to match template
unifiedWindowUI
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
2 additions and
1 deletions
-
dropship/ui_templates.py
|
|
@ -11,7 +11,8 @@ CWD = Path(__file__).absolute().parent |
|
|
|
|
|
|
|
@Gtk.Template.from_file(f"{CWD}/ui/pendingTransferRow.ui") |
|
|
|
class PendingTransferRow(Gtk.ListBoxRow): |
|
|
|
__gtype_name__ = "PendingTransferRow" |
|
|
|
# Note(decentral1se): must match ui/pendingTransferRow.ui name |
|
|
|
__gtype_name__ = "pendingTransferRow" |
|
|
|
|
|
|
|
fileNameLabel = Gtk.Template.Child() |
|
|
|
fileNameMetadata = Gtk.Template.Child() |
|
|
|