Skip to content

Commit

Permalink
fix: Properly name preference class
Browse files Browse the repository at this point in the history
  • Loading branch information
jurf committed Nov 15, 2023
1 parent 9b7c012 commit 6ee5702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Gio from 'gi://Gio';

import {ExtensionPreferences, gettext as _} from 'resource:///org/gnome/Shell/Extensions/js/extensions/prefs.js';

export default class MyExtensionPreferences extends ExtensionPreferences {
export default class KMonadTogglePreferences extends ExtensionPreferences {
fillPreferencesWindow(window) {
window._settings = this.getSettings();

Expand Down

0 comments on commit 6ee5702

Please sign in to comment.