Skip to content

Commit

Permalink
update for gnome 44
Browse files Browse the repository at this point in the history
  • Loading branch information
wwardaww committed May 18, 2024
1 parent 53f98e0 commit 5966f1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

const GETTEXT_DOMAIN = 'geminiaiubuntu';

imports.gi.versions.Soup = '2.4';
const { GObject, St, Soup, GLib} = imports.gi;

const ExtensionUtils = imports.misc.extensionUtils;
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"43",
"44"
],
"version": 19
"version": 20
}
1 change: 0 additions & 1 deletion prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ const GeminiaiSettings = new GObject.Class({
this._settings.set_boolean("log-history", histroyButton.state);
this._settings.set_boolean("vertex-enabled", VertexButton.state);
statusLabel.set_markup(_("Your preferences have been saved"));
console.log("ZZZZZ", selectedModel);
});

// col, row, 1, 1
Expand Down

0 comments on commit 5966f1b

Please sign in to comment.