Skip to content

Commit e863a78

Browse files
committed
Don't force the launch splash to be always-on-top
1 parent 1225653 commit e863a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nparse_py.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ splash = Splash(
3232
text_size=12,
3333
text_color='black',
3434
minify_script=True,
35-
always_on_top=True,
35+
always_on_top=False,
3636
)
3737

3838
exe = EXE(

0 commit comments

Comments
 (0)