mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	fix desktop paths (xdgPaths)
This commit is contained in:
		
							parent
							
								
									996d9cf9c8
								
							
						
					
					
						commit
						3d58f13724
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -49,8 +49,8 @@ struct xdgDesktopEntryPaths {
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const xdgDesktopEntryPaths xdgPaths = {
 | 
					const xdgDesktopEntryPaths xdgPaths = {
 | 
				
			||||||
    QString("%1/monero-gui.desktop").arg(QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation)),
 | 
					    QString("%1/feather.desktop").arg(QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation)),
 | 
				
			||||||
    QString("%1/.local/share/icons/monero.png").arg(QDir::homePath()),
 | 
					    QString("%1/.local/share/icons/feather.png").arg(QDir::homePath()),
 | 
				
			||||||
    QString("/")
 | 
					    QString("/")
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue