Skip to content

Commit

Permalink
Fixed icon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Apr 17, 2022
1 parent 8758bef commit 8d22d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ColorPicker/Pages/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ private void EditCopyShortcutBtn_Click(object sender, RoutedEventArgs e)
copyShortcutInput = !copyShortcutInput; // Toggle
selectShortcutInput = false; // Set
PressKeys2Txt.Visibility = copyShortcutInput ? Visibility.Visible : Visibility.Collapsed; // Show/Hide
EditSelectShortcutBtn.Content = copyShortcutInput ? "\uF295" : "\uF3DE"; // Set text
EditCopyShortcutBtn.Content = copyShortcutInput ? "\uF295" : "\uF3DE"; // Set text

if (copyShortcutInput)
{
Expand Down

0 comments on commit 8d22d90

Please sign in to comment.