Fixed options crash
Was checking for animationscheck which didn't exist. No longer is in OSX bundles.
This commit is contained in:
parent
298c1b49cd
commit
cb70650545
1 changed files with 4 additions and 1 deletions
|
@ -2210,6 +2210,9 @@ class PesterWindow(MovingWindow):
|
|||
if opvmesssetting != curopvmess:
|
||||
self.config.set('opvMessages', opvmesssetting)
|
||||
# animated smiles
|
||||
if ostools.isOSXBundle():
|
||||
animatesetting = False;
|
||||
else:
|
||||
animatesetting = self.optionmenu.animationscheck.isChecked()
|
||||
curanimate = self.config.animations()
|
||||
if animatesetting != curanimate:
|
||||
|
|
Loading…
Reference in a new issue