mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +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 = {
|
||||
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