Skip to content

Commit

Permalink
- Placeholder edit
Browse files Browse the repository at this point in the history
- version bump
  • Loading branch information
sentouki committed Jul 28, 2020
1 parent c75f5e3 commit ac5e7c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Artify/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<Setter Property="ap:AttachedProperties.Placeholder" Value="URL / Artist name"/>
</DataTrigger>
<DataTrigger Binding="{Binding SelectedPlatform}" Value="pixiv">
<Setter Property="ap:AttachedProperties.Placeholder" Value="URL / Artist ID"/>
<Setter Property="ap:AttachedProperties.Placeholder" Value="URL / Artist name / Artist ID"/>
</DataTrigger>
</Style.Triggers>
</Style>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Press ***ESC*** to select another platform

#### Running the app
- [.NET Core 3.1 Runtime](https://dotnet.microsoft.com/download/visual-studio-sdks)
- or download the [self-contained version](https://github.com/sentouki/Artify/releases/download/v1.2.0/Artify.selfcontained.zip)
- or download the [self-contained version](https://github.com/sentouki/Artify/releases/download/v1.3.0/Artify.selfcontained.zip)

#### Building the app
- [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/visual-studio-sdks)
Expand Down

0 comments on commit ac5e7c1

Please sign in to comment.