Skip to content

Commit

Permalink
feat: use embedded qt browser for jdaviz standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Sep 10, 2024
1 parent afa9fa7 commit b3f6983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standalone/jdaviz-cli-entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

if __name__ == "__main__":
# should change this to _main, but now it doesn't need arguments
jdaviz.cli.main(layout="")
jdaviz.cli.main(layout="", browser="qt")
2 changes: 1 addition & 1 deletion standalone/jdaviz.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exe = EXE(
bootloader_ignore_signals=False,
strip=False,
upx=True,
console=True,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
Expand Down

0 comments on commit b3f6983

Please sign in to comment.