Updates
Rolling release / release (push) Failing after 1m50s

This commit is contained in:
2026-09-14 11:31:41 -04:00
parent aa06c71fe1
commit af9246151f
12 changed files with 176 additions and 159 deletions
+1 -1
View File
@@ -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, () => {