Skip to content

Commit

Permalink
Rename exported extension class
Browse files Browse the repository at this point in the history
  • Loading branch information
drien committed Jan 17, 2024
1 parent 9bfe7c2 commit 949102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Indicator = GObject.registerClass(
},
);

export default class IndicatorExampleExtension extends Extension {
export default class ClipQRExtension extends Extension {
enable() {
this._indicator = new Indicator(this);
Main.panel.addToStatusArea(this.uuid, this._indicator);
Expand Down

0 comments on commit 949102c

Please sign in to comment.