diff --git a/src/widgets/label.ts b/src/widgets/label.ts index 31ec833..2ceb173 100644 --- a/src/widgets/label.ts +++ b/src/widgets/label.ts @@ -39,6 +39,7 @@ export default class AgsLabel extends Gtk.Label { this.label = label || ''; } + get label() { return super.label; } set label(label: string) { if (this.useMarkup) { try {