Merge branch 'fix-statusicon-in-mate' into 'master'
Fix appearance of status icon in MATE Closes #8757 See merge request gajim/gajim!163
This commit is contained in:
commit
15a8b503d9
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue