Skip to content
Snippets Groups Projects
Commit 15a8b503 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Merge branch 'fix-statusicon-in-mate' into 'master'

Fix appearance of status icon in MATE

Closes #8757

See merge request gajim/gajim!163
parents 91ed375b 5a28322e
No related branches found
No related tags found
No related merge requests found
......@@ -125,9 +125,6 @@ class StatusIcon:
if os.environ.get('KDE_FULL_SESSION') == 'true':
# detect KDE session. see #5476
self.statusicon_size = '32'
if os.environ.get('MATE_DESKTOP_SESSION_ID'):
# detect MATE session.
self.statusicon_size = '16'
self.set_img()
def set_img(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment