mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 10:03:56 +00:00
Fix: display actual image path in edit game modal
This commit is contained in:
@@ -51,7 +51,7 @@ const updateGameCustomAssets = async (
|
||||
if (existingAssets) {
|
||||
const updatedAssets = {
|
||||
...existingAssets,
|
||||
title,
|
||||
title,
|
||||
};
|
||||
|
||||
await gamesShopAssetsSublevel.put(gameKey, updatedAssets);
|
||||
|
||||
Reference in New Issue
Block a user