INDENTATION
This commit is contained in:
parent
993bab019d
commit
0cb5188ac7
@ -266,8 +266,8 @@ class Settings(QtGui.QDialog):
|
|||||||
if code == 0:
|
if code == 0:
|
||||||
subprocess.Popen(["./AO2XPupdat"])
|
subprocess.Popen(["./AO2XPupdat"])
|
||||||
_exit(0)
|
_exit(0)
|
||||||
elif osname == "Darwin": # bundle
|
elif osname == "Darwin": # bundle
|
||||||
os.chdir(Cocoa.NSBundle.mainBundle().resourcePath()) # return to Resources folder
|
os.chdir(Cocoa.NSBundle.mainBundle().resourcePath()) # return to Resources folder
|
||||||
|
|
||||||
def onReloadAudio(self):
|
def onReloadAudio(self):
|
||||||
audio.free()
|
audio.free()
|
||||||
|
Loading…
Reference in New Issue
Block a user