mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
Add extension path to the theme search path so that GIcon finds the file.
This commit is contained in:
parent
a2c2ed1e54
commit
0c5a322b98
@ -167,7 +167,8 @@ const TeaTime = new Lang.Class({
|
|||||||
|
|
||||||
function init(metadata) {
|
function init(metadata) {
|
||||||
// TODO: at some point, add translations
|
// TODO: at some point, add translations
|
||||||
;
|
let theme = imports.gi.Gtk.IconTheme.get_default();
|
||||||
|
theme.append_search_path(metadata.path);
|
||||||
}
|
}
|
||||||
|
|
||||||
let _TeaTime;
|
let _TeaTime;
|
||||||
|
Loading…
Reference in New Issue
Block a user