Update for GNOME 40
This commit is contained in:
parent
171912ad6d
commit
cfd65c5bfe
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"shell-version": ["3.36"],
|
"shell-version": ["40"],
|
||||||
"uuid": "batime@martin.zurowietz.de",
|
"uuid": "batime@martin.zurowietz.de",
|
||||||
"url": "https://github.com/mzur/gnome-shell-batime",
|
"url": "https://github.com/mzur/gnome-shell-batime",
|
||||||
"settings-schema": "org.gnome.shell.extensions.batime",
|
"settings-schema": "org.gnome.shell.extensions.batime",
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,6 @@ var Indicator = GObject.registerClass(
|
||||||
|
|
||||||
_sync() {
|
_sync() {
|
||||||
super._sync();
|
super._sync();
|
||||||
this._percentageLabel.clutter_text.set_markup('<span size="smaller">' + this._getTime() + '</span>');
|
this._percentageLabel.text = this._getTime();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue