Skip to content

Commit e2a2034

Browse files
committed
metadata: support GNOME 50
1 parent 6448db6 commit e2a2034

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

PrefsLib/adw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const LogoMenuIconsPage = GObject.registerClass(class LogoMenuIconsWidget
3535
this._settings = settings;
3636
this.set_title('Icon');
3737
this.set_name('Icon');
38-
this.set_icon_name('emblem-photos-symbolic');
38+
this.set_icon_name('image-x-generic-symbolic');
3939

4040
const symbolicIconGroup = new Adw.PreferencesGroup({
4141
title: _('Symbolic Icons'),

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"gettext-domain": "logo-menu",
77
"name": "Logo Menu",
88
"settings-schema": "org.gnome.shell.extensions.logo-menu",
9-
"shell-version": ["46", "47", "48", "49"],
9+
"shell-version": ["46", "47", "48", "49", "50"],
1010
"url": "https://github.com/Aryan20/Logomenu",
1111
"uuid": "logomenu@aryan_k",
12-
"version": 37,
13-
"version-name": "24.4"
12+
"version": 38,
13+
"version-name": "24.6"
1414
}

0 commit comments

Comments
 (0)