Skip to content

Commit

Permalink
Change flags for qtwebengine
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 8, 2024
1 parent ac2fd0a commit 15509d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbashview/usr/lib/bbv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def formatter(prog):
if args.gpu:
flags += (' --enable-gpu-rasterization')
else:
flags += (' --disable-webgl --disable-accelerated-video-decode --disable-accelerated-video-encode --num-raster-threads=0 --enable-low-end-device-mode')
flags += (' --disable-webgl --disable-accelerated-video-decode --disable-accelerated-video-encode --num-raster-threads=0')

# Verifica se a variável de ambiente QTWEBENGINE_CHROMIUM_FLAGS está vazia ou não definida
if not os.environ.get('QTWEBENGINE_CHROMIUM_FLAGS', ''):
Expand Down

0 comments on commit 15509d9

Please sign in to comment.