|  | @@ -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) }
 | 
	
		
			
				|  |  |  	]
 | 
	
		
			
				|  |  |  
 |