dateMenu: Remove unused property
This is a left-over from an earlier iteration where the session's presence status was used rather than the GSetting. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2796
This commit is contained in:
parent
32bc064d10
commit
4e2ae30a47
@ -485,7 +485,6 @@ class MessagesIndicator extends St.Icon {
|
|||||||
|
|
||||||
this._sources = [];
|
this._sources = [];
|
||||||
this._count = 0;
|
this._count = 0;
|
||||||
this._doNotDisturb = false;
|
|
||||||
|
|
||||||
this._settings = new Gio.Settings({
|
this._settings = new Gio.Settings({
|
||||||
schema_id: 'org.gnome.desktop.notifications',
|
schema_id: 'org.gnome.desktop.notifications',
|
||||||
|
Loading…
Reference in New Issue
Block a user