Changed the bitcoin logo
This commit is contained in:
parent
1c8f0c19d6
commit
c4ca5c6b79
3 changed files with 21 additions and 1 deletions
|
|
@ -16,4 +16,15 @@ angular.module('copayApp.controllers').controller('preferencesAbout',
|
|||
var cancelText = gettextCatalog.getString('Go Back');
|
||||
externalLinkService.open(url, optIn, title, message, okText, cancelText);
|
||||
};
|
||||
|
||||
$scope.openExternalLink2 = function() {
|
||||
var url = 'https://github.com/bitpay/copay';
|
||||
var optIn = true;
|
||||
var title = gettextCatalog.getString('Open GitHub Project');
|
||||
var message = gettextCatalog.getString('This will take you to the original Github project for Copay.');
|
||||
var okText = gettextCatalog.getString('Open GitHub');
|
||||
var cancelText = gettextCatalog.getString('Go Back');
|
||||
externalLinkService.open(url, optIn, title, message, okText, cancelText);
|
||||
};
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue