Skip to content

Commit

Permalink
Add = to booru post id search
Browse files Browse the repository at this point in the history
  • Loading branch information
ImoutoChan committed Jan 31, 2024
1 parent 5bd0cfe commit 4f41e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ private void SelectTag(object? param)

if (tag.Title == "BooruPostId" && int.TryParse(SearchString, out var number))
{
var value = number.ToString();
var value = $"={number}";

SelectedBindedTags.Add(
new SearchTagVM(
Expand Down

0 comments on commit 4f41e49

Please sign in to comment.