Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Oct 8, 2024
1 parent 0e01317 commit 1359017
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public int HeightSmall
}

private bool updateAssetBytesFile = true;
[LocalizableOptionBinding<int>("updateAssetBytesFile", nameof(Resources.UpdateAssetBytesFile), 220)]
[LocalizableOptionBinding<bool>("updateAssetBytesFile", nameof(Resources.UpdateAssetBytesFile), true)]
public bool UpdateAssetBytesFile
{
get => updateAssetBytesFile; set => Set(ref updateAssetBytesFile, value);
Expand Down

0 comments on commit 1359017

Please sign in to comment.