import { ExtensionPreferences } from 'resource:///org/gnome/Shell/Extensions/js/extensions/prefs.js'; import { fillSettingsWindow } from './settings-window.js'; export default class JarvisPreferences extends ExtensionPreferences { fillPreferencesWindow(window) { fillSettingsWindow(window, this.getSettings(), this.path); } }