mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
fixed launch options
This commit is contained in:
parent
de2e4c2488
commit
62dee8c03d
@ -2438,9 +2438,9 @@ if [[ $options == *"Twitch"* ]]; then
|
||||
fi
|
||||
|
||||
if [[ $options == *"movie-web"* ]]; then
|
||||
# User selected Twitch
|
||||
# User selected Tmovie-web
|
||||
chromedirectory="\"$chrome_path\""
|
||||
twitchchromelaunchoptions="run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @@ --window-size=1280,800 --force-device-scale-factor=1.00 --device-scale-factor=1.00 --kiosk https://movie-web.app/ --chrome-kiosk-type=fullscreen --no-first-run --enable-features=OverlayScrollbar"
|
||||
moviewebchromelaunchoptions="run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @@ --window-size=1280,800 --force-device-scale-factor=1.00 --device-scale-factor=1.00 --kiosk https://movie-web.app/ --chrome-kiosk-type=fullscreen --no-first-run --enable-features=OverlayScrollbar"
|
||||
fi
|
||||
|
||||
|
||||
@ -2816,7 +2816,7 @@ create_new_entry('$chromedirectory', 'Amazon Prime Video', '$amazonchromelauncho
|
||||
create_new_entry('$chromedirectory', 'Youtube', '$youtubechromelaunchoptions', '$chrome_startdir')
|
||||
create_new_entry('$chromedirectory', 'Amazon Luna', '$lunachromelaunchoptions', '$chrome_startdir')
|
||||
create_new_entry('$chromedirectory', 'Twitch', '$twitchchromelaunchoptions', '$chrome_startdir')
|
||||
create_new_entry('$chromedirectory', 'movie-web', '$twitchchromelaunchoptions', '$chrome_startdir')
|
||||
create_new_entry('$chromedirectory', 'movie-web', '$moviewebchromelaunchoptions', '$chrome_startdir')
|
||||
|
||||
|
||||
# Iterate over each custom website
|
||||
|
Loading…
Reference in New Issue
Block a user