Skip to content

Commit

Permalink
Fix lazy copy-and-paste
Browse files Browse the repository at this point in the history
The class name was DashToDock, which clearly is incorrect.
  • Loading branch information
sergio-costas authored and 3v1n0 committed Apr 18, 2024
1 parent c03e0c4 commit 2fe5a2e
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 @@ -22,7 +22,7 @@ import * as TrayIconsManager from './trayIconsManager.js';
import * as Util from './util.js';
import {SettingsManager} from './settingsManager.js';

export default class DashToDockExtension extends Extension.Extension {
export default class AppIndicatorExtension extends Extension.Extension {
constructor(...args) {
super(...args);

Expand Down

0 comments on commit 2fe5a2e

Please sign in to comment.