Skip to content

Commit

Permalink
Fix Kraken Litecoin label and corrupted images
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen committed Jan 6, 2014
1 parent 417c6cf commit a45f2f4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified icons/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions lib/main.js
Expand Up @@ -314,8 +314,8 @@ exports.main = function() {
if ( isLitecoin(id) ) { // Litecoin can't have the gold Bitcoin background
gold_background = false;
if ( currency != '\u0141' ) { // Litecoin pair
label_currency = currency + "/\u0141";
} else { // Default pair for Litecoin
label_currency = currency + "/\u0141"; // X/Ł
} else if (id.toLowerCase().indexOf("kraken") == -1) { // Default pair for Litecoin (Kraken is the only one doing Ł/Ƀ)
label_currency = "\u0243/\u0141"; // Ƀ/Ł
}
} else {
Expand Down
Binary file modified mini-screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"description": "Bitcoin Price Ticker with multiple sources and configurable",
"author": "neoranga (neoranga55 AT yahoo DOT es)",
"license": "MPL 2.0",
"version": "1.6",
"version": "1.7",
"icon": "icons/icon.png",
"permissions": {"private-browsing": true},
"preferences": [{
Expand Down
Binary file modified screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a45f2f4

Please sign in to comment.