mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
STEAM_SYNC: hidden the cancel button as it was not functional
This commit is contained in:
parent
a112c1644c
commit
87ab7d8046
|
@ -939,7 +939,8 @@ quit_retrodeck() {
|
||||||
--width=500 \
|
--width=500 \
|
||||||
--height=150 \
|
--height=150 \
|
||||||
--auto-close \
|
--auto-close \
|
||||||
--auto-kill
|
--auto-kill \
|
||||||
|
--no-cancel
|
||||||
fi
|
fi
|
||||||
log i "Shutting down RetroDECK's framework"
|
log i "Shutting down RetroDECK's framework"
|
||||||
pkill -f "retrodeck"
|
pkill -f "retrodeck"
|
||||||
|
|
Loading…
Reference in a new issue