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 0608b18 commit ac2fd0a
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 @@ -272,7 +272,7 @@ def formatter(prog):

flags = ('--disable-logging --no-sandbox --single-process --disable-gpu-sandbox --in-process-gpu '
'--autoplay-policy=no-user-gesture-required --disable-back-forward-cache --disable-breakpad '
'--aggressive-cache-discard --disable-features=BackForwardCache,CacheCodeOnIdle,ConsumeCodeCacheOffThread --disable-features=WebRtcAllowInputVolumeAdjustment')
'--aggressive-cache-discard --disable-features=BackForwardCache,CacheCodeOnIdle,ConsumeCodeCacheOffThread,WebRtcAllowInputVolumeAdjustment')
if args.gpu:
flags += (' --enable-gpu-rasterization')
else:
Expand Down

0 comments on commit ac2fd0a

Please sign in to comment.