Update for GNOME 40

This commit is contained in:
Martin Zurowietz 2021-04-10 13:49:04 +02:00
parent 171912ad6d
commit cfd65c5bfe
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"shell-version": ["3.36"],
"shell-version": ["40"],
"uuid": "batime@martin.zurowietz.de",
"url": "https://github.com/mzur/gnome-shell-batime",
"settings-schema": "org.gnome.shell.extensions.batime",

View file

@ -36,6 +36,6 @@ var Indicator = GObject.registerClass(
_sync() {
super._sync();
this._percentageLabel.clutter_text.set_markup('<span size="smaller">' + this._getTime() + '</span>');
this._percentageLabel.text = this._getTime();
}
});