fix: security and persistence adjustments

This commit is contained in:
Davi Souto
2024-12-26 21:45:18 -03:00
parent 520eb91a55
commit e1904b853e
2 changed files with 4 additions and 13 deletions

View File

@@ -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,