Skip to content

Commit cadfa30

Browse files
splash: Use svg icon in splash screen
1 parent 56b9002 commit cadfa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
check_version('labscript_utils', '2.10.0', '3')
3232
# Splash screen
3333
from labscript_utils.splash import Splash
34-
splash = Splash(os.path.join(os.path.dirname(__file__), 'runmanager.ico'))
34+
splash = Splash(os.path.join(os.path.dirname(__file__), 'runmanager.svg'))
3535
splash.show()
3636

3737
splash.update_text('importing standard library modules')

0 commit comments

Comments
 (0)