@@ -11,7 +11,7 @@ app.connect('activate', () => {
|
||||
const settings = new Gio.Settings({ settings_schema: source.lookup('org.gnome.shell.extensions.jarvis', true) });
|
||||
const window = new Adw.PreferencesWindow({ application: app });
|
||||
const { editor, pages } = fillSettingsWindow(window, settings, directory);
|
||||
const snapshots = ['voice', 'listening', 'desktop', 'models', 'obsidian'];
|
||||
const snapshots = ['voice', 'listening', 'desktop', 'models', 'access', 'obsidian'];
|
||||
let index = 0;
|
||||
window.present();
|
||||
GLib.timeout_add(GLib.PRIORITY_DEFAULT, 700, () => {
|
||||
|
||||
Reference in New Issue
Block a user