mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: security and persistence adjustments
This commit is contained in:
parent
520eb91a55
commit
e1904b853e
2 changed files with 4 additions and 13 deletions
|
|
@ -29,7 +29,7 @@ export function GameOptionsModal({
|
|||
|
||||
const [showDeleteModal, setShowDeleteModal] = useState(false);
|
||||
const [showRemoveGameModal, setShowRemoveGameModal] = useState(false);
|
||||
const [launchOptions, setLaunchOptions] = useState("");
|
||||
const [launchOptions, setLaunchOptions] = useState(game.launchOptions ?? "");
|
||||
|
||||
const {
|
||||
removeGameInstaller,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue