From 9cd9754c05954f20621bb0697d99ae927f9e01c2 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 11 Jul 2016 21:24:33 +0200 Subject: show a preview for video files --- art/render.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'art/render.rb') diff --git a/art/render.rb b/art/render.rb index 0acadfd82..2d1e5abcd 100755 --- a/art/render.rb +++ b/art/render.rb @@ -11,8 +11,9 @@ resolutions = { } images = { - 'conversations_baloon.svg' => ['ic_launcher', 48], - 'conversations_baloon.svg' => ['main_logo', 200], + 'ic_launcher.svg' => ['ic_launcher', 48], + 'main_logo.svg' => ['main_logo', 200], + 'play_video.svg' => ['play_video', 96], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_read_indicator.svg' => ['ic_read_indicator', 12], -- cgit v1.2.3