diff options
-rwxr-xr-x | bin/gtk-fair-viewer | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer index d924359..a0e4c9b 100755 --- a/bin/gtk-fair-viewer +++ b/bin/gtk-fair-viewer @@ -150,16 +150,16 @@ sub which_command { my %symbols = ( thumbs_up => '👍', thumbs_down => '👎', - type => '💡', + type => '☯', author => '😃', - author_id => '🤖', + author_id => '웃', average => '📊', category => '🗃️', play => '▶️', - views => '👀', + views => '👁', heart => '❤️', published => '⏱️', - updated => '✨', + updated => '→', numero => '#️⃣', video => '🎞️', subs => '👪', |