about summary refs log tree commit diff
path: root/kcc.py
diff options
context:
space:
mode:
Diffstat (limited to 'kcc.py')
-rwxr-xr-xkcc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/kcc.py b/kcc.py
index 27284ce..feb9e2e 100755
--- a/kcc.py
+++ b/kcc.py
@@ -31,8 +31,6 @@ if sys.platform.startswith('darwin'):
                              '/../Resources:/Applications/Kindle Comic Creator/Kindle Comic Creator.app/Contents/' \
                              'MacOS:/usr/local/bin:/usr/bin:/bin'
         os.chdir(os.path.dirname(os.path.abspath(sys.executable)) + '/../Resources')
-        os.system('defaults write com.kindlecomicconverter.KindleComicConverter ApplePersistenceIgnoreState YES')
-        os.system('defaults write com.kindlecomicconverter.KindleComicConverter NSInitialToolTipDelay -int 1000')
     else:
         os.chdir(os.path.dirname(os.path.abspath(__file__)))
 elif sys.platform.startswith('win'):