mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Merge pull request 'fix desktop paths (xdgPaths)' (#20) from dsc/feather:fix-xdg-path into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/20
This commit is contained in:
commit
e017f3619a
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ struct xdgDesktopEntryPaths {
|
|||
};
|
||||
|
||||
const xdgDesktopEntryPaths xdgPaths = {
|
||||
QString("%1/monero-gui.desktop").arg(QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation)),
|
||||
QString("%1/.local/share/icons/monero.png").arg(QDir::homePath()),
|
||||
QString("%1/feather.desktop").arg(QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation)),
|
||||
QString("%1/.local/share/icons/feather.png").arg(QDir::homePath()),
|
||||
QString("/")
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue