We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b9002 commit cadfa30Copy full SHA for cadfa30
__main__.py
@@ -31,7 +31,7 @@
31
check_version('labscript_utils', '2.10.0', '3')
32
# Splash screen
33
from labscript_utils.splash import Splash
34
-splash = Splash(os.path.join(os.path.dirname(__file__), 'runmanager.ico'))
+splash = Splash(os.path.join(os.path.dirname(__file__), 'runmanager.svg'))
35
splash.show()
36
37
splash.update_text('importing standard library modules')
0 commit comments