Skip to content
Snippets Groups Projects
Commit c052da09 authored by marco's avatar marco
Browse files

remove "install command line tool" during startup

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2609 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent f0a22851
Branches
Tags
No related merge requests found
......@@ -66,11 +66,6 @@ def _InitFrontEnd():
_InitMenuBar(app)
if not _InitPanels(app):
_InitSplash()
if sys.platform=='darwin':
settings=QtCore.QSettings()
if not settings.value('install/clt', False).toBool():
settings.setValue('install/clt', QtCore.QVariant(True))
termuse.InstallTerminalPrograms()
_InitSpaceNav(app)
_InitContextMenu(app)
main_area.AddPersistentWidget("3D Scene", "gl_win" , app.gl_win, int(QtCore.Qt.WindowMaximized))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment