Skip to content

Commit

Permalink
fix settings, bump compatible gnome shell version
Browse files Browse the repository at this point in the history
  • Loading branch information
cinatic committed Jun 3, 2023
1 parent c00a1a1 commit f305630
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { GObject, St } = imports.gi

const ExtensionUtils = imports.misc.extensionUtils
const Util = imports.misc.util

const Me = ExtensionUtils.getCurrentExtension()

Expand Down Expand Up @@ -96,7 +95,7 @@ var SearchBar = GObject.registerClass({
icon_size: 18,
onClick: () => {
this._mainEventHandler.emit('hide-panel')
Util.spawn(['gnome-shell-extension-prefs', 'gitlab-extension@infinicode.de'])
ExtensionUtils.openPrefs();
}
})

Expand Down
3 changes: 2 additions & 1 deletion gitlab-extension@infinicode.de/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"settings-schema": "org.gnome.shell.extensions.gitlab",
"gettext-domain": "gnome-shell-extension-gitlab",
"shell-version": [
"43"
"43",
"44"
],
"url": "https://github.com/cinatic/gitlab-extension",
"uuid": "gitlab-extension@infinicode.de",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extension-gitlab-extension\n"
"Report-Msgid-Bugs-To: fh@infinicode.de\n"
"POT-Creation-Date: 2022-04-16 11:24+0200\n"
"POT-Creation-Date: 2022-04-26 11:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit f305630

Please sign in to comment.