windhamdavid 8 years ago
parent
commit
e32c108b9b

BIN
src/images/apple-touch-icon-ipad.png


BIN
src/images/apple-touch-icon-iphone-plus.png


BIN
src/images/apple-touch-icon-iphone.png


+ 1 - 1
src/scripts/contextMenu.js

@@ -226,7 +226,7 @@ contextMenu.photoMore = function(photoID, e) {
 	let showDownload = lychee.publicMode===false || ((album.json && album.json.downloadable && album.json.downloadable==='1') && lychee.publicMode===true)
 
 	let items = [
-		{ title: build.iconic('fullscreen-enter') + 'Full Photo', fn: () => window.open(photo.getDirectLink()) },
+		//{ title: build.iconic('fullscreen-enter') + 'Full Photo', fn: () => window.open(photo.getDirectLink()) },
 		{ title: build.iconic('cloud-download') + 'Download', visible: showDownload, fn: () => photo.getArchive(photoID) }
 	]