Skip to content

Commit

Permalink
Include PBI in per-platform resource previews
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Atkins-Turkish committed Jun 7, 2016
1 parent a5a6e29 commit bc5d69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/static/ide/js/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ CloudPebble.Resources = (function() {
CloudPebble.Sidebar.SetIcon('resource-'+resource.id, 'edit');
});

pane.find('.image-platform-preview').toggle((_.contains(['png', 'png-trans', 'bitmap'], resource.kind)));
pane.find('.image-platform-preview').toggle((_.contains(['png', 'png-trans', 'bitmap', 'pbi'], resource.kind)));

pane.find("#edit-resource-file-name").val(resource.file_name);

Expand Down

0 comments on commit bc5d69b

Please sign in to comment.